Skip to content

Commit 9ae749d

Browse files
bertcaiAlexkun
authored andcommitted
fix: fix deep selector syntax error
1 parent 25b3b64 commit 9ae749d

File tree

1 file changed

+2
-2
lines changed
  • web/src/apps/streamis/module/jobHistory

1 file changed

+2
-2
lines changed

web/src/apps/streamis/module/jobHistory/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export default {
340340
}
341341
}
342342
.full {
343-
/deep/.ivu-modal{
343+
::v-deep .ivu-modal{
344344
width: 100vw !important;
345345
height: 100vh;
346346
min-height: 430px;
@@ -349,7 +349,7 @@ export default {
349349
height: 100%;
350350
}
351351
}
352-
/deep/textarea{
352+
::v-deep textarea{
353353
height: calc(100vh - 200px) !important;
354354
min-height: 200px;
355355
max-height: calc(100vh - 200px) !important;

0 commit comments

Comments
 (0)