|
|
@@ -8,6 +8,16 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.x-column-header{
|
|
|
+ text-align: center !important;
|
|
|
+ border-width: 1px;
|
|
|
+}
|
|
|
+.x-column-header .x-column-header-text {
|
|
|
+ font: "microsoft yahei";
|
|
|
+ text-align: center;
|
|
|
+ font-size:14px;
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
.x-grid-necessary .x-column-header-text:before{
|
|
|
content: '*';
|
|
|
font-size: 130%;
|
|
|
@@ -17,14 +27,4 @@
|
|
|
margin-top: 4px;
|
|
|
margin-left: -10px;
|
|
|
position: absolute;
|
|
|
-}
|
|
|
-.x-grid-necessary{
|
|
|
- text-align: center !important;
|
|
|
- border-width: 1px;
|
|
|
-}
|
|
|
-.x-grid-necessary .x-column-header-text {
|
|
|
- font: "microsoft yahei";
|
|
|
- text-align: center;
|
|
|
- font-size:14px;
|
|
|
- font-weight: 500;
|
|
|
}
|