| | |
| | | <span class="iconfont iconshipinwenjianjia1 folder" v-else-if="item.type === 3"></span>
|
| | | <span class="iconfont iconwenjian folder" v-else></span>
|
| | |
|
| | | <!-- <el-tooltip class="item" effect="dark" :content="item.name" placement="top" :enterable="false" transition="all 0 ease 0" > -->
|
| | | <span class="folder-name">{{item.name}}</span>
|
| | | <!-- </el-tooltip> -->
|
| | |
|
| | | <!-- 算法配置不全 -->
|
| | | <i class="iconfont iconicon-test6 folder-status" v-if="item.status === 0"></i>
|
| | |
| | | height: 100%;
|
| | | .top-menu {
|
| | | text-align: left;
|
| | | position: absolute;
|
| | | z-index: 1;
|
| | | top: 54px;
|
| | | background: #fff;
|
| | | width: 100%;
|
| | | }
|
| | |
|
| | | .folder {
|
| | |
| | | margin-left: 5px;
|
| | | float: left;
|
| | | line-height: 27px;
|
| | | max-width: 134px;
|
| | | overflow: hidden;
|
| | | text-overflow: ellipsis;
|
| | | white-space: nowrap;
|
| | | }
|
| | | .folder-status {
|
| | | color: #3d68e1;
|
| | |
| | | }
|
| | |
|
| | | ul {
|
| | | margin: 10px 25px;
|
| | | margin: 25px 25px 10px;
|
| | | }
|
| | | li {
|
| | | width: 100%;
|