This commit is contained in:
2023-05-30 17:34:56 +08:00
parent e728c66786
commit 9da1c4cf30
194 changed files with 10680 additions and 9060 deletions

View File

@ -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';
}

View File

@ -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;
}

View File

@ -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 {

View File

@ -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;

View File

@ -156,5 +156,6 @@
}
.loading_holder .loading_icon:before {
content: '\e61a';
font-family: 'Fontawesome';
content: '\f021';
}