antissoft
/
NetworkInformation
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
21303a31ddfcf922a6f0d42becbf7df53795123a
Authored by
monkeyhouyi
2024-09-19 17:58:54 +0800
1 parent
c4ad48a6
修改设计表单页面(由于admin账号密码被修改所以无法打开)
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/baseSpecialAction/Form.vue
src/views/baseSpecialAction/Form.vue
View file @
21303a3
...
...
@@ -347,4 +347,9 @@ export default {
347
347
348
348
</script>
349
349
<style lang="scss" scoped>
350
+.zxDialog {
351
+ :deep(.el-dialog__body) {
352
+ max-height: 90vh !important;
353
+ }
354
+}
350
355
</style>
...
...