Browse Source

更换文件夹绿勾图标

dev
unknown 4 years ago
parent
commit
3a5b0e1914
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      src/views/main_web/workspace/components/folder-item.vue

+ 11
- 2
src/views/main_web/workspace/components/folder-item.vue View File

@@ -18,10 +18,10 @@
<template v-if="isClient">
<!-- 绿色钩 -->
<div v-if="isWorkFolder"
class="yijianxietong"
class="yijianxietong isonselect"
>
<i
class="green-icon icon font_familyyijianIcon"
class="icon font_family icon-icon_status_wenjianbiaojiwancheng yijianIcon"
@click="commitFolder"
/>
</div>
@@ -194,6 +194,15 @@ export default {
.folderRightMenu li {
white-space: nowrap;
}
.isonselect {
border-radius: 50%;
}
.yijianIcon {
color: #fff;
line-height: 24px;
top: 0;
left: 0;
}

.keep-sync {
width: 40px;


Loading…
Cancel
Save