.
This commit is contained in:
@ -184,13 +184,18 @@ input[type="checkbox"], input[type="radio"] {
|
||||
.maskbg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: #000;
|
||||
opacity: 0.2;
|
||||
/*margin: 0 4px;*/
|
||||
/*z-index: 500;*/
|
||||
/*z-index: unset !important;*/
|
||||
}
|
||||
#mask_bg {
|
||||
position: fixed;
|
||||
}
|
||||
.maskbg {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.loading {
|
||||
@ -406,7 +411,8 @@ input[type="checkbox"], input[type="radio"] {
|
||||
}
|
||||
|
||||
.loading_icon:before {
|
||||
content: '\e61a';
|
||||
font-family: 'Fontawesome';
|
||||
content: '\f021';
|
||||
}
|
||||
|
||||
.sorticonasc:before {
|
||||
@ -854,6 +860,10 @@ input[type="checkbox"], input[type="radio"] {
|
||||
content: '\f0b0';
|
||||
}
|
||||
|
||||
.iconwidget:before {
|
||||
content: '\f1ea';
|
||||
}
|
||||
|
||||
.iconshare:before {
|
||||
content: '\f2b5';
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
:root {
|
||||
--header-line-height: 26px;
|
||||
--header-border-color: #aaa;
|
||||
--cell-border-color: #e0e0e0
|
||||
}
|
||||
|
||||
.data-grid .data-grid-header .data-column-header-split {
|
||||
@ -81,7 +82,7 @@
|
||||
}
|
||||
|
||||
.data-grid, .data-grid input[type=text] {
|
||||
font-size: 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.status-cell {
|
||||
@ -94,6 +95,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ui-grid {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@ -116,4 +118,10 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-popup-mask .ui-popup-container {
|
||||
max-height: unset;
|
||||
min-width: 200px;
|
||||
max-width: unset;
|
||||
}
|
||||
|
@ -484,7 +484,7 @@
|
||||
|
||||
.lefttitlemenu_ul li {
|
||||
height: 32px;
|
||||
line-height: 40px;
|
||||
line-height: 32px;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
padding: 6px;
|
||||
@ -526,7 +526,7 @@
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: 0 auto;
|
||||
margin-top: 8px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.settingsicon {
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
.BarBeginTime {
|
||||
min-width: 40px;
|
||||
max-width: 48px;
|
||||
max-width: 50px;
|
||||
height: 20px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
.TheBar {
|
||||
position: relative;
|
||||
width: calc(100% - 140px);
|
||||
width: calc(100% - 144px);
|
||||
margin-left: 2px;
|
||||
height: 4px;
|
||||
border-radius: 2px;
|
||||
@ -83,7 +83,7 @@
|
||||
|
||||
.BarFinishTime {
|
||||
min-width: 40px;
|
||||
max-width: 48px;
|
||||
max-width: 50px;
|
||||
height: 20px;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
|
@ -156,5 +156,6 @@
|
||||
}
|
||||
|
||||
.loading_holder .loading_icon:before {
|
||||
content: '\e61a';
|
||||
font-family: 'Fontawesome';
|
||||
content: '\f021';
|
||||
}
|
||||
|
Reference in New Issue
Block a user