Browse Source

【值班系统】字典管理,右侧列表选中时,缺少箭头,与UI不一致

CzRger 1 year ago
parent
commit
701cb1bb18

BIN
src/assets/images/business/dict-icon.png


+ 9 - 0
src/views/system/dict-manage/index.vue

@@ -335,6 +335,15 @@ export default defineComponent({
       padding-left: 76px;
       &.active {
         color: #3EFFBB;
+        position: relative;
+        &:after {
+          content: '';
+          position: absolute;
+          width: 16px;
+          height: 20px;
+          background-image: url("@/assets/images/business/dict-icon.png");
+          right: -26px;
+        }
       }
     }
   }