fix: 修改交班部分文件名称,修改部分深度作用样式

This commit is contained in:
2025-03-10 14:11:34 +08:00
parent 8026fcb98c
commit 34068cf8dd
10 changed files with 165 additions and 101 deletions

View File

@@ -101,12 +101,12 @@ export default {
}
}
::v-deep .el-input--small .el-input__inner {
:deep(.el-input--small .el-input__inner) {
height: 36px;
line-height: 36px;
}
::v-deep .image-slot {
:deep(.image-slot) {
width: 100%;
height: 100%;
display: flex;

View File

@@ -150,12 +150,12 @@ export default {
margin-left: 10px;
}
}
::v-deep .el-input--small .el-input__inner {
:deep(.el-input--small .el-input__inner) {
height: 36px;
line-height: 36px;
}
::v-deep .image-slot {
:deep(.image-slot) {
width: 100%;
height: 100%;
display: flex;