From da6cfbce4502d53735832d4a076c9927576fc34b Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 30 五月 2022 14:12:34 +0800
Subject: [PATCH] '改'
---
src/views/hiddenDangerRectification/applicationForExtension.vue | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/views/hiddenDangerRectification/applicationForExtension.vue b/src/views/hiddenDangerRectification/applicationForExtension.vue
index e739ddd..cb23bd2 100644
--- a/src/views/hiddenDangerRectification/applicationForExtension.vue
+++ b/src/views/hiddenDangerRectification/applicationForExtension.vue
@@ -30,7 +30,7 @@
:file-list="fileList"
:before-upload="beforeUpload"
:auto-upload="true">
- <el-button slot="trigger" size="small" type="primary">选择文件</el-button>
+ <el-button slot="trigger" size="small" type="primary" class="btn">选择文件</el-button>
<div slot="tip" class="el-upload__tip">只能上传.jpg,.gif,.bmp,.png,.jpeg格式的图片</div>
</el-upload>
</el-form-item>
@@ -46,8 +46,8 @@
<el-row>
<el-col :span="22">
<el-form-item style="text-align: center;">
- <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button>
- <el-button @click="close()">关闭</el-button>
+ <el-button class="btn" size="small" type="primary" @click="submitForm('ruleForm')">保存</el-button>
+ <el-button size="small" @click="close()">关闭</el-button>
</el-form-item>
</el-col>
</el-row>
@@ -127,6 +127,11 @@
});
return false;
}
+ },
+ close(){
+ this.$router.push({
+ path:"/hiddenDangerRectification"
+ })
}
}
}
@@ -143,4 +148,13 @@
max-height: 80px;
overflow-y: auto
}
+ .btn{
+ background-color: #034ea2;
+ border: 1px solid #034ea2;
+ }
+ /*.el-button:hover {*/
+ /* background: #66b1ff;*/
+ /* border-color: #66b1ff;*/
+ /* color: #FFF;*/
+ /*}*/
</style>
--
Gitblit v1.9.2