|
|
@@ -6,17 +6,17 @@
|
|
|
|
|
|
// globals
|
|
|
html {
|
|
|
- font-family : @font-family;
|
|
|
- -webkit-text-size-adjust : 100%;
|
|
|
+ font-family: @font-family;
|
|
|
+ -webkit-text-size-adjust: 100%;
|
|
|
-webkit-tap-highlight-color: @m-black;
|
|
|
// better Font Rendering
|
|
|
- -webkit-font-smoothing : antialiased;
|
|
|
- -moz-osx-font-smoothing : grayscale;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
}
|
|
|
|
|
|
body {
|
|
|
- margin : 0;
|
|
|
- overflow : hidden;
|
|
|
+ margin: 0;
|
|
|
+ overflow: hidden;
|
|
|
background-color: @body-bg;
|
|
|
}
|
|
|
|
|
|
@@ -37,7 +37,7 @@ body {
|
|
|
>section {
|
|
|
header {
|
|
|
background: @m-white0;
|
|
|
- padding : 0;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
main {
|
|
|
@@ -57,11 +57,11 @@ body {
|
|
|
border-bottom: 1px solid @m-white2;
|
|
|
|
|
|
.ant-card-head-title {
|
|
|
- text-align : left;
|
|
|
- font-size : 16px;
|
|
|
+ text-align: left;
|
|
|
+ font-size: 16px;
|
|
|
font-family: Source Han Sans CN;
|
|
|
font-weight: 500;
|
|
|
- color : @m-grey24;
|
|
|
+ color: @m-grey24;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -77,16 +77,16 @@ body {
|
|
|
}
|
|
|
|
|
|
.ant-modal-title {
|
|
|
- font-size : 18px;
|
|
|
+ font-size: 18px;
|
|
|
font-family: Source Han Sans CN;
|
|
|
font-weight: 500;
|
|
|
- color : @m-green3;
|
|
|
+ color: @m-green3;
|
|
|
}
|
|
|
|
|
|
.submit {
|
|
|
- background : @m-green3;
|
|
|
+ background: @m-green3;
|
|
|
border-radius: 3px;
|
|
|
- color : @m-white0;
|
|
|
+ color: @m-white0;
|
|
|
}
|
|
|
|
|
|
.ant-btn-primary {
|
|
|
@@ -141,7 +141,7 @@ body {
|
|
|
}
|
|
|
|
|
|
::selection {
|
|
|
- color : @m-white0;
|
|
|
+ color: @m-white0;
|
|
|
background: @m-white2;
|
|
|
}
|
|
|
|
|
|
@@ -154,11 +154,11 @@ body {
|
|
|
}
|
|
|
|
|
|
.icon {
|
|
|
- width : 1em;
|
|
|
- height : 1em;
|
|
|
+ width: 1em;
|
|
|
+ height: 1em;
|
|
|
vertical-align: -0.15em;
|
|
|
- fill : currentColor;
|
|
|
- overflow : hidden;
|
|
|
+ fill: currentColor;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.ant-spin-nested-loading>div>.ant-spin {
|
|
|
@@ -167,12 +167,12 @@ body {
|
|
|
}
|
|
|
|
|
|
.ant-spin-nested-loading {
|
|
|
- width : 100%;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
|
|
|
.ant-spin-container {
|
|
|
- width : 100%;
|
|
|
- height : 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
display: flex;
|
|
|
}
|
|
|
}
|
|
|
@@ -186,11 +186,11 @@ body {
|
|
|
}
|
|
|
|
|
|
.ant-empty {
|
|
|
- height : 100%;
|
|
|
- display : flex;
|
|
|
- flex-direction : column;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
justify-content: center;
|
|
|
- align-items : center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.mt15 {
|
|
|
@@ -202,21 +202,21 @@ body {
|
|
|
}
|
|
|
|
|
|
.ellipsis {
|
|
|
- font-size : 12px;
|
|
|
- display : block/inline-block;
|
|
|
- overflow : hidden;
|
|
|
- white-space : nowrap;
|
|
|
+ font-size: 12px;
|
|
|
+ display: block/inline-block;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
- width : 120px;
|
|
|
- display : inline-block;
|
|
|
+ width: 120px;
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
|
|
|
.ellipsis_temp {
|
|
|
- white-space : nowrap;
|
|
|
- overflow : hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
- width : 250px;
|
|
|
- display : inline-block;
|
|
|
+ width: 250px;
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -225,7 +225,7 @@ body {
|
|
|
background-color: @m-grey18;
|
|
|
|
|
|
.ant-menu-submenu-title {
|
|
|
- font-size : 16px;
|
|
|
+ font-size: 16px;
|
|
|
text-align: left;
|
|
|
}
|
|
|
|
|
|
@@ -233,10 +233,10 @@ body {
|
|
|
background-color: @m-black4;
|
|
|
|
|
|
.ant-menu-item {
|
|
|
- font-size : 14px;
|
|
|
+ font-size: 14px;
|
|
|
font-family: @menu-item-family;
|
|
|
- color : @menu-item-color;
|
|
|
- text-align : left;
|
|
|
+ color: @menu-item-color;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
.ant-menu-item-selected {
|
|
|
@@ -258,7 +258,7 @@ body {
|
|
|
|
|
|
.mine_layout .ant-menu .ant-menu-item-selected,
|
|
|
.mine_layout .ant-menu .ant-menu-item:hover {
|
|
|
- color : @theme;
|
|
|
+ color: @theme;
|
|
|
border-bottom: 2px solid @theme;
|
|
|
}
|
|
|
|
|
|
@@ -269,9 +269,9 @@ body {
|
|
|
.ant-table-wrapper {
|
|
|
.ant-table-thead {
|
|
|
tr th {
|
|
|
- background : @m-black8;
|
|
|
- color : @m-grey17;
|
|
|
- font-size : 14px;
|
|
|
+ background: @m-black8;
|
|
|
+ color: @m-grey17;
|
|
|
+ font-size: 14px;
|
|
|
font-family: Adobe Heiti Std;
|
|
|
}
|
|
|
|
|
|
@@ -292,25 +292,25 @@ body {
|
|
|
|
|
|
.ant-table-body tr td {
|
|
|
background-color: @m-black2;
|
|
|
- color : white;
|
|
|
- cursor : pointer;
|
|
|
+ color: white;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.ant-table-bordered .ant-table-thead>tr>th,
|
|
|
.ant-table-bordered .ant-table-tbody>tr>td {
|
|
|
- padding : 0;
|
|
|
- height : 34px;
|
|
|
- line-height : 34px;
|
|
|
+ padding: 0;
|
|
|
+ height: 34px;
|
|
|
+ line-height: 34px;
|
|
|
border-color: @m-black9;
|
|
|
- font-family : Adobe Heiti Std;
|
|
|
- font-size : 16px;
|
|
|
+ font-family: Adobe Heiti Std;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
.ant-table-fixed {
|
|
|
- width : max-content !important;
|
|
|
- color : @m-white1;
|
|
|
- background : @m-black2;
|
|
|
- border-top-color : @m-black2 !important;
|
|
|
+ width: max-content !important;
|
|
|
+ color: @m-white1;
|
|
|
+ background: @m-black2;
|
|
|
+ border-top-color: @m-black2 !important;
|
|
|
border-left-color: @m-black9 !important;
|
|
|
}
|
|
|
}
|
|
|
@@ -329,7 +329,7 @@ body {
|
|
|
|
|
|
>iframe {
|
|
|
border: 0;
|
|
|
- width : 100%;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
}
|
|
|
@@ -346,4 +346,11 @@ body {
|
|
|
// 不可复制
|
|
|
.not-copy {
|
|
|
user-select: none
|
|
|
+}
|
|
|
+
|
|
|
+.filer-containter {
|
|
|
+ text-align: left;
|
|
|
+ margin-left: 5px;
|
|
|
+ padding-top: 5px;
|
|
|
+ padding-bottom: 5px;
|
|
|
}
|