Explorar el Código

UI: #8710 菜单管理 基本信息 title右边颜色更改

jackhoo_98 hace 3 años
padre
commit
5ea5999d4a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/pages/system/Menu/components/title.less

+ 2 - 1
src/pages/system/Menu/components/title.less

@@ -19,7 +19,8 @@
     left: 0;
     width: 4px;
     height: calc(100% - 10px);
-    background-color: @primary-color-hover;
+    // background-color: @primary-color-hover;
+    background-color: @primary-color;
     border-radius: 2px;
     content: ' ';
   }