Browse Source

样式调整

liupeng 3 năm trước cách đây
mục cha
commit
e4535b022e
1 tập tin đã thay đổi với 6 bổ sung9 xóa
  1. 6 9
      dist/yvan-ext-mobile.css

+ 6 - 9
dist/yvan-ext-mobile.css

@@ -329,7 +329,7 @@
 }
 
 .x-panelheader .x-tool.x-end {
-    padding: 0 10px 0 6px;
+    padding: 0 12px 0 6px;
 }
 
 /**修改表单内的样式*/
@@ -381,7 +381,7 @@
 }
 
 .x-button.x-has-text .x-inner-el {
-    padding: 8px 10px;
+    padding: 8px 12px;
 }
 
 .x-field > .x-label-el {
@@ -441,17 +441,12 @@
     vertical-align: center;
 }
 
-.x-field.x-label-text-align-left > .x-label-el {
-    text-align: right;
-    min-width: 90px;
-}
-
 /*修改Aawesome图标样式*/
 :root .x-body-el.x-panel-body-el.x-container-body-el .x-pack-start .x-component.x-button.x-has-text.x-has-icon.x-icon-align-left.x-arrow-align-right.x-layout-box-item {
     --base-color: #fff;
 }
 
-:root .x-component .x-body-el.x-form-fieldset-body-el.x-container-body-el.x-component-body-el.x-layout-auto {
+:root .x-component .x-body-el.x-form-fieldset-body-el.x-container-body-el.x-component-body-el.x-layout-auto .x-button {
     --base-color: #fff;
 }
 
@@ -586,4 +581,6 @@
     font-weight: normal;
 }
 
-
+.x-mask .x-mask-message {
+    color: rgba(255, 255, 255, .5);
+}