Browse Source

样式修改

liupeng 3 years ago
parent
commit
aabb3e6bdb
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/wotu-ui.css

+ 8 - 0
src/wotu-ui.css

@@ -549,4 +549,12 @@
 /*grid行颜色设定*/
 /*grid行颜色设定*/
 .x-grid-record-red{
 .x-grid-record-red{
     color:red
     color:red
+}
+.wotu-ui .x-segmented-button-item-horizontal.x-btn-default-small{
+    border:none;
+    background-color: #134c8b;
+}
+.wotu-ui .x-btn.x-btn-menu-active.x-btn-default-small, .wotu-ui .x-btn.x-btn-pressed.x-btn-default-small {
+    border:none;
+    background-color: #1960af;
 }
 }