多店完成
This commit is contained in:
@@ -1,112 +1,124 @@
|
||||
#app {
|
||||
font-weight: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a, .green {
|
||||
text-decoration: none;
|
||||
color: hsla(160, 100%, 37%, 1);
|
||||
transition: 0.4s;
|
||||
text-decoration: none;
|
||||
color: hsla(160, 100%, 37%, 1);
|
||||
transition: 0.4s;
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
a:hover {
|
||||
background-color: hsla(160, 100%, 37%, 0.2);
|
||||
}
|
||||
a:hover {
|
||||
background-color: hsla(160, 100%, 37%, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
.AppSelect .el-input__inner {
|
||||
background: linear-gradient(180deg, rgba(12, 53, 111, 0) 0%, #0C356F 100%);
|
||||
border: 1px solid #1760AE;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
background: linear-gradient(180deg, rgba(12, 53, 111, 0) 0%, #0C356F 100%);
|
||||
border: 1px solid #1760AE;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.el-table:before, .el-table:after {
|
||||
background: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.el-table .gutter {
|
||||
background-color: transparent !important;
|
||||
border-color: transparent !important;
|
||||
background-color: transparent !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.fill {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
|
||||
.mb-8 {
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.mr-8 {
|
||||
margin-right: 8px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.dv-scroll-board {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dv-scroll-board .header {
|
||||
align-items: center;
|
||||
padding: 6px 0;
|
||||
align-items: center;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.dv-scroll-board .header-item, .tableHead .item {
|
||||
height: initial !important;
|
||||
line-height: 17px !important;
|
||||
font-weight: bold;
|
||||
height: initial !important;
|
||||
line-height: 17px !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dv-scroll-board .ceil {
|
||||
padding: 6px 10px !important;
|
||||
padding: 6px 10px !important;
|
||||
}
|
||||
|
||||
.dv-scroll-board .row-item {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dv-scroll-board .ceil, .dv-scroll-board .header-item {
|
||||
text-wrap: unset !important;
|
||||
word-break: break-all;
|
||||
font-size: 12px;
|
||||
line-height: 17px
|
||||
text-wrap: unset !important;
|
||||
word-break: break-all;
|
||||
font-size: 12px;
|
||||
line-height: 17px
|
||||
}
|
||||
|
||||
.summary {
|
||||
height: 30px;
|
||||
align-items: center;
|
||||
color: #66FFFF;
|
||||
background-image: linear-gradient(90deg, rgba(1, 196, 236, 0.5) 0%, rgba(1, 196, 236, 0.01) 100%);
|
||||
height: 30px;
|
||||
align-items: center;
|
||||
color: #66FFFF;
|
||||
background-image: linear-gradient(90deg, rgba(1, 196, 236, 0.5) 0%, rgba(1, 196, 236, 0.01) 100%);
|
||||
}
|
||||
|
||||
.tableHead {
|
||||
height: 30px;
|
||||
align-items: center;
|
||||
background-color: rgba(13, 48, 99, 0.6);
|
||||
height: 30px;
|
||||
align-items: center;
|
||||
background-color: rgba(13, 48, 99, 0.6);
|
||||
}
|
||||
|
||||
.summary .item, .tableHead .item {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding: 0 10px;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
line-height: 17px;
|
||||
flex-shrink: 0;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
padding: 0 10px;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
line-height: 17px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.dialogTable {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 600px;
|
||||
height: 300px;
|
||||
z-index: 9999;
|
||||
background-color: #07193D;
|
||||
box-shadow: #fff 0 0 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user