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
90b78640330c2597e593c429f73411aed566c6ab
Authored by
monkeyhouyi
2024-08-14 17:36:58 +0800
1 parent
4614132f
弹框padding
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/baseSpecialAction/FormPage.vue
src/views/baseSpecialAction/FormPage.vue
View file @
90b7864
...
...
@@ -335,5 +335,5 @@ export default {
335
335
};
336
336
</script>
337
337
<style>
338
-
.el-dialog__body{padding: 0px !important;}
338
+
/* .el-dialog__body{padding: 0px !important;} */
339
339
</style>
...
...