2 Angajamente 3e0ce4dcb1 ... a44933c6fa

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  whc a44933c6fa Merge branch 'master' of http://787255.xyz:4003/ydm/zl365 7 luni în urmă
  whc bb4d6cef77 微调 7 luni în urmă
2 a modificat fișierele cu 26 adăugiri și 3 ștergeri
  1. 3 3
      src/component/content/index.css
  2. 23 0
      src/pages/home/index.css

+ 3 - 3
src/component/content/index.css

@@ -70,7 +70,7 @@ button.btngroup-btn {
     }
 
     a.content-side-li-nav {
-        color: #323130;
+        color: var(--colorNeutralForeground1);
         padding-left: 30px;
         height: 44px;
         line-height: 44px;
@@ -84,12 +84,12 @@ button.btngroup-btn {
 
 .zl-365-content-side-li:hover {
     background: #faf9f8;
-    color: #4f6bed;
+    color: var(--colorBrandBackgroundHover);
     cursor: pointer;
 }
 
     .zl-365-content-side-li:hover a.content-side-li-nav {
-        color: #4f6bed;
+        color: var(--colorBrandBackgroundHover);
     }
 
 .zl-365-content-side {

+ 23 - 0
src/pages/home/index.css

@@ -39,4 +39,27 @@ label.layout-title:before {
     background-color: var(--colorBrandBackground);
     width: 4px;
     height: 100%;
+}
+.theme-modal-item {
+    margin: 8px 0;
+    width: 300px;
+    height: 60px;
+    overflow: auto;
+    padding: 0 12px;
+}
+
+.theme-modal-item-sp {
+    width: 100px;
+    float: left;
+}
+
+input.theme-modal-item-input {
+    width: 24px;
+    height: 24px;
+}
+
+.theme-modal-item-text {
+    margin: 7px;
+    color: var(--colorNeutralForeground1);
+    display: inline-block;
 }