lcw
This commit is contained in:
@ -187,6 +187,14 @@ header {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.searchBoxlive {
|
||||
// padding: 15px;
|
||||
border-radius: 1px;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.app-main {
|
||||
height: calc(100vh - 126px);
|
||||
position: relative;
|
||||
@ -256,6 +264,10 @@ header {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.heightBox {
|
||||
height: calc(100vh - 270px);
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .el-card {
|
||||
|
||||
Reference in New Issue
Block a user