|
@@ -309,6 +309,29 @@
|
|
|
}
|
|
|
|
|
|
/*样式调整*/
|
|
|
+/*修改头部样式*/
|
|
|
+.x-panelheader > .x-body-el {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.x-panelheader-body-el > .x-paneltitle {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.x-panelheader-body-el > .x-paneltitle .x-text-el {
|
|
|
+ padding-left: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.x-panelheader-body-el > .x-paneltitle .x-icon-el:first-of-type {
|
|
|
+ padding: 18px;
|
|
|
+ z-index: 2;
|
|
|
+ margin-right: -10px;
|
|
|
+}
|
|
|
+
|
|
|
+.x-panelheader .x-tool.x-end {
|
|
|
+ padding: 0 10px 0 6px;
|
|
|
+}
|
|
|
+
|
|
|
/**修改表单内的样式*/
|
|
|
.x-field.x-label-text-align-left > .x-label-el {
|
|
|
font-size: 18px;
|
|
@@ -352,8 +375,9 @@
|
|
|
font-family: normal;
|
|
|
}
|
|
|
|
|
|
-.x-button .x-inner-el {
|
|
|
+.x-button.x-arrow-align-right .x-inner-el {
|
|
|
border-radius: 4px;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
.x-button.x-has-text .x-inner-el {
|
|
@@ -427,6 +451,10 @@
|
|
|
--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 {
|
|
|
+ --base-color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
/*修改表格内的样式*/
|
|
|
.x-headercontainer {
|
|
|
border-top: 1px solid #e2e2e2;
|
|
@@ -553,3 +581,4 @@
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
|
+
|