@@ -667,6 +667,9 @@ export default {
::v-deep .vue-treeselect__option.vue-treeselect__option--highlight {
background: #01D1FF3B;
}
+::v-deep .el-dialog .el-input {
+ width: calc(100vw * (200 / 1920)) !important;
+}
</style>
@@ -693,4 +693,8 @@ export default {
border: none;
color: #1890ff;
+