- INNcom 清单生成器
+ INNcom 清单生成器
+
+
\ No newline at end of file
diff --git a/src/views/Room.vue b/src/views/Room.vue
index 62fb6e2..2da1e62 100644
--- a/src/views/Room.vue
+++ b/src/views/Room.vue
@@ -366,7 +366,7 @@ const checkList = reactive([{
>div:first-child {
width: 20%;
- ::v-deep .el-card__body {
+ :deep(.el-card__body) {
display: flex;
flex-direction: column;
height: 95%;
@@ -408,7 +408,7 @@ const checkList = reactive([{
>div:nth-child(2) {
width: 79%;
- ::v-deep .el-card__body {
+ :deep(.el-card__body) {
display: flex;
flex-direction: column;
height: 95%;
@@ -507,7 +507,7 @@ const checkList = reactive([{
padding: 5px;
}
- ::v-deep .el-textarea__inner {
+ :deep(.el-textarea__inner) {
height: 80px !important;
}