需求变更-1

This commit is contained in:
aixianling
2024-10-22 10:08:51 +08:00
parent be94d86119
commit fcb2fe3b47
6 changed files with 98 additions and 31 deletions

View File

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