瀏覽代碼

公共样式输入框下拉字体颜色

liangjiahao 3 年之前
父節點
當前提交
0f946c92ea
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/assets/styles/global.css

+ 11 - 0
src/assets/styles/global.css

@@ -921,4 +921,15 @@ body #app .sidebar-container .theme-dark .nest-menu .el-submenu>.el-submenu__tit
   margin-left: -97px;
 } */
 
+  /* 主页左侧导航栏 */
+  .nest-menu li{
+    padding-left: 25px !important;
+  }
+  /* input下拉背景、字体颜色------input加类名 */
+  .input_xiala{
+    color: #000 !important;
+  }
+  .input_xiala:hover{
+    color: #000 !important;
+  }