|
@@ -329,7 +329,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.x-panelheader .x-tool.x-end {
|
|
.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 {
|
|
.x-button.x-has-text .x-inner-el {
|
|
- padding: 8px 10px;
|
|
|
|
|
|
+ padding: 8px 12px;
|
|
}
|
|
}
|
|
|
|
|
|
.x-field > .x-label-el {
|
|
.x-field > .x-label-el {
|
|
@@ -441,17 +441,12 @@
|
|
vertical-align: center;
|
|
vertical-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
-.x-field.x-label-text-align-left > .x-label-el {
|
|
|
|
- text-align: right;
|
|
|
|
- min-width: 90px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
/*修改Aawesome图标样式*/
|
|
/*修改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 {
|
|
: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;
|
|
--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;
|
|
--base-color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -586,4 +581,6 @@
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
+.x-mask .x-mask-message {
|
|
|
|
+ color: rgba(255, 255, 255, .5);
|
|
|
|
+}
|