浏览代码

修改表单按钮

xyg 7 月之前
父节点
当前提交
ff00e11c8a

+ 14 - 1
nngkxxdp/src/main/resources/static/naxsb/wybdb.html

@@ -167,6 +167,19 @@
             min-width: 90px;
             margin-left: 10px;
         }
+
+        .subButton {
+            display: flex;
+            justify-content: center;
+        }
+
+        .subButton .el-form-item__content {
+            margin-left: 0 !important;
+        }
+
+        .subButton button {
+            padding: 13px 25px;
+        }
     </style>
 
 </head>
@@ -231,7 +244,7 @@
                         <el-image :src="imageCode"></el-image>
                     </div>
                 </el-form-item>
-                <el-form-item>
+                <el-form-item class="subButton">
                     <el-button type="primary" @click="submitForm()">提交</el-button>
                     <el-button @click="dialogVisible = false">取消</el-button>
                 </el-form-item>

+ 14 - 1
nngkxxdp/src/main/resources/static/naxsb/wyyy.html

@@ -71,6 +71,19 @@
             min-width: 90px;
             margin-left: 10px;
         }
+
+        .subButton {
+            display: flex;
+            justify-content: center;
+        }
+
+        .subButton .el-form-item__content {
+            margin-left: 0 !important;
+        }
+
+        .subButton button {
+            padding: 13px 25px;
+        }
     </style>
 </head>
 
@@ -101,7 +114,7 @@
                         <el-image :src="imageCode"></el-image>
                     </div>
                 </el-form-item>
-                <el-form-item>
+                <el-form-item class="subButton">
                     <el-button type="primary" @click="submitForm('form')">提交</el-button>
                     <el-button @click="dialogVisible = false">取消</el-button>
                 </el-form-item>

+ 14 - 1
nngkxxdp/src/main/resources/static/naxsb/zwfwtyy.html

@@ -106,6 +106,19 @@
             min-width: 90px;
             margin-left: 10px;
         }
+
+        .subButton {
+            display: flex;
+            justify-content: center;
+        }
+
+        .subButton .el-form-item__content {
+            margin-left: 0 !important;
+        }
+
+        .subButton button {
+            padding: 13px 25px;
+        }
     </style>
 </head>
 
@@ -154,7 +167,7 @@
                         <el-image :src="imageCode"></el-image>
                     </div>
                 </el-form-item>
-                <el-form-item>
+                <el-form-item class="subButton">
                     <el-button type="primary" @click="submitForm('form')">提交</el-button>
                     <el-button @click="dialogVisible = false">取消</el-button>
                 </el-form-item>