Commit 7474d0c8 by 黑潮

fix: 按钮样式

parent c665676e
......@@ -21,7 +21,7 @@
:disabled="!ruleForm.destroyMode"
v-if="!ruleForm.fileId"
action="/api-welfare/destroy-plugin/import-destroy-code"
width="80px"
width="auto"
trigger-text="上传"
accept=".csv"
:show-file-list="false"
......@@ -31,7 +31,7 @@
style="display:inline-block;">
<span slot="tip" style="display:none;">tips</span>
</dm-upload-file>
<el-button type="text" class="ml10" @click="download">下载文件模板</el-button>
<el-button type="text" class="ml20" @click="download">下载文件模板</el-button>
</div>
<p class="gray03 fz12 line-height1 mt10">券码数量单次最多不超过 5000 条</p>
<p class="gray03 fz12 line-height1 mt10">填写示例:‘123456(英文单引号'+券码编号文本形式)</p>
......@@ -170,7 +170,10 @@ export default {
<style lang="scss" scoped>
.cardSelect /deep/ {
.el-button {
width: 350px !important;
width: auto !important;
}
.el-icon-plus {
display: none;
}
.reveal .card img.flag {
display: none;
......@@ -201,6 +204,16 @@ export default {
border-style: dashed;
border-color: #C4C6CF;
}
.el-button:hover {
color: #2f54eb;
border-color: #2f54eb;
}
.upload-tip {
display: none;
}
// .upload-file {
// width: auto !important;
// }
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment