|
@@ -351,6 +351,11 @@
|
|
|
overflow: visible;
|
|
|
}
|
|
|
|
|
|
+.x-field.x-required > .x-label-el:after {
|
|
|
+ font-size: 14px;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+
|
|
|
.x-title.x-form-fieldset-title .x-innerhtml {
|
|
|
font-size: 18px;
|
|
|
}
|
|
@@ -408,10 +413,10 @@
|
|
|
margin: 0 10px;
|
|
|
}
|
|
|
|
|
|
-.x-layout-hbox .x-button :hover {
|
|
|
- background: #66biff;
|
|
|
- border-color: #66biff;
|
|
|
-}
|
|
|
+/*.x-layout-hbox .x-button :hover {*/
|
|
|
+/* background: #66biff;*/
|
|
|
+/* border-color: #66biff;*/
|
|
|
+/*}*/
|
|
|
|
|
|
.x-layout-hbox .x-button:first-child {
|
|
|
margin-left: 0;
|
|
@@ -481,6 +486,11 @@
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
|
|
|
+.x-headercontainer {
|
|
|
+ -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
|
|
|
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
|
|
|
+}
|
|
|
+
|
|
|
.x-gridcolumn .x-title-el .x-font-icon {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
@@ -489,6 +499,11 @@
|
|
|
transform: translateY(-50%);
|
|
|
}
|
|
|
|
|
|
+.x-gridcell-body-el, .x-roweditorcell {
|
|
|
+ white-space: pre-wrap;
|
|
|
+ word-break: break-all;
|
|
|
+}
|
|
|
+
|
|
|
.x-field > .x-body-wrap-el {
|
|
|
-webkit-box-align: center;
|
|
|
-ms-flex-align: center;
|
|
@@ -498,10 +513,20 @@
|
|
|
flex: 1;
|
|
|
}
|
|
|
|
|
|
-.x-listitem:last-child {
|
|
|
+:root .x-listitem.x-selected {
|
|
|
+ --selected-background-color: rgba(224, 224, 224, 0.36863);
|
|
|
+}
|
|
|
+
|
|
|
+.x-listitem {
|
|
|
+ border: none;
|
|
|
+ border-top: 1px solid #e2e2e2;
|
|
|
border-bottom: 1px solid #e2e2e2;
|
|
|
}
|
|
|
|
|
|
+.x-listitem.x-pressed {
|
|
|
+ background-color: rgba(224, 224, 224, 0.36863);
|
|
|
+}
|
|
|
+
|
|
|
.x-panel-outer-border-trbl {
|
|
|
border-right: none;
|
|
|
border-top: none;
|
|
@@ -511,6 +536,9 @@
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
+.x-list-inner-ct {
|
|
|
+ top: -1px;
|
|
|
+}
|
|
|
/*弹出框样调整*/
|
|
|
.x-mask {
|
|
|
opacity: 0.5;
|
|
@@ -590,3 +618,37 @@
|
|
|
.x-mask .x-mask-message {
|
|
|
color: rgba(255, 255, 255, .5);
|
|
|
}
|
|
|
+
|
|
|
+/*首页样式调整*/
|
|
|
+.x-dataview.whiteBgc {
|
|
|
+ --background-color: #fff;
|
|
|
+ padding: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.x-dataview .x-dataview-item {
|
|
|
+ border: 1px solid #e2e2e2;
|
|
|
+ border-top: none;
|
|
|
+ border-left: none;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.x-dataview .x-dataview-item:nth-child(-n+5) {
|
|
|
+ border-top: 1px solid #e2e2e2;
|
|
|
+}
|
|
|
+
|
|
|
+.x-dataview .x-dataview-item:nth-child(4n-2) {
|
|
|
+ border-left: 1px solid #e2e2e2;
|
|
|
+}
|
|
|
+
|
|
|
+.menus-item {
|
|
|
+ width: 25%;
|
|
|
+ padding: 12px 0px;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+/*iconfont 图标*/
|
|
|
+.x-dataview-item svg {
|
|
|
+ width: 45px;
|
|
|
+ height: 45px;
|
|
|
+ /*background-color: transparent;*/
|
|
|
+}
|