Эх сурвалжийг харах

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

liangjiahao 3 жил өмнө
parent
commit
0f946c92ea

+ 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;
+  }