style:证书领取
Showing
3 changed files
with
2 additions
and
6 deletions
... | @@ -152,8 +152,7 @@ export default { | ... | @@ -152,8 +152,7 @@ export default { |
152 | display: flex; | 152 | display: flex; |
153 | justify-content: center; | 153 | justify-content: center; |
154 | width: 100%; | 154 | width: 100%; |
155 | box-shadow: 0px 0px 1px 0px; | 155 | box-shadow: 0px 0px 0.5px 0px; |
156 | border-radius: 0 0 5px 5px; | ||
157 | position: absolute; | 156 | position: absolute; |
158 | bottom: 0; | 157 | bottom: 0; |
159 | background: #ffffff; | 158 | background: #ffffff; | ... | ... |
... | @@ -46,10 +46,6 @@ | ... | @@ -46,10 +46,6 @@ |
46 | </el-form-item> | 46 | </el-form-item> |
47 | </el-col> | 47 | </el-col> |
48 | </el-row> | 48 | </el-row> |
49 | <el-row style="text-align:center"> | ||
50 | <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button> | ||
51 | <el-button @click="resetForm('ruleForm')">取消</el-button> | ||
52 | </el-row> | ||
53 | </el-form> | 49 | </el-form> |
54 | </div> | 50 | </div> |
55 | </template> | 51 | </template> | ... | ... |
... | @@ -270,6 +270,7 @@ export default { | ... | @@ -270,6 +270,7 @@ export default { |
270 | editItem: "workflow/components/zslq", | 270 | editItem: "workflow/components/zslq", |
271 | height: "500px", | 271 | height: "500px", |
272 | formData: {}, | 272 | formData: {}, |
273 | btnShow: true, | ||
273 | cancel: () => { | 274 | cancel: () => { |
274 | console.log("取消回调"); | 275 | console.log("取消回调"); |
275 | }, | 276 | }, | ... | ... |
-
Please register or sign in to post a comment