We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b3b64 commit 9ae749dCopy full SHA for 9ae749d
web/src/apps/streamis/module/jobHistory/index.vue
@@ -340,7 +340,7 @@ export default {
340
}
341
342
.full {
343
- /deep/.ivu-modal{
+ ::v-deep .ivu-modal{
344
width: 100vw !important;
345
height: 100vh;
346
min-height: 430px;
@@ -349,7 +349,7 @@ export default {
349
height: 100%;
350
351
352
- /deep/textarea{
+ ::v-deep textarea{
353
height: calc(100vh - 200px) !important;
354
min-height: 200px;
355
max-height: calc(100vh - 200px) !important;
0 commit comments