需求变更-1
This commit is contained in:
@@ -210,3 +210,36 @@ a, .green {
|
||||
.scrollTable tr:hover > .tableCell {
|
||||
background-color: rgba(255, 255, 255, .1) !important;
|
||||
}
|
||||
|
||||
.AppSubTitle {
|
||||
height: 48px;
|
||||
padding: 8px 0 8px 38px;
|
||||
margin-bottom: 24px;
|
||||
box-sizing: border-box;
|
||||
line-height: 32px;
|
||||
background-image: url("http://10.0.97.209/img/kengee/kengee4.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
color: #fff;
|
||||
max-width: 400px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.AppSubTitle span {
|
||||
font-size: 12px;
|
||||
color: #215A8E;
|
||||
}
|
||||
|
||||
.AppSubTitle > .right {
|
||||
position: absolute;
|
||||
right: -30px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.AppSubTitle .el-select {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user