Commit d0100a2d by caoyanzhi

调整样式

parent 32a6079b
......@@ -79,7 +79,7 @@
</template>
</el-dialog>
<!-- excel导入 -->
<el-dialog :title="importPop.title" :visible.sync="importPop.isShow" width="600px" custom-class="manual-dialog">
<el-dialog :title="importPop.title" :visible.sync="importPop.isShow" custom-class="manual-dialog">
<div class="import">
<div :class="['excel-icon', importPop.excelData.length > 0 ? 'excel-icon--active' : 'excel-icon--add']" @click="handleUpload">
<span v-show="importPop.excelData.length === 0" class="import-btn">点击上传会员</span>
......@@ -99,7 +99,9 @@
</div>
<div class="import-tip">
<span class="import-tip-text">只能上传一个excle文件(2003版本以上),且数据不超过5000条</span>
<el-button type="text" class="font-12" @click="downloadExcelTemp">下载Excel模板</el-button>
<el-button type="text" @click="downloadExcelTemp">
<span class="font-12">下载Excel模板</span>
</el-button>
</div>
<div class="clear-old">
<el-checkbox v-model="importPop.optType">清空标签历史标记会员</el-checkbox>
......@@ -771,7 +773,7 @@ export default {
}
.import-cont {
width: 500px;
width: 520px;
.import-handle {
display: flex;
......
......@@ -15,7 +15,7 @@
box-sizing: border-box;
}
.tag-value-wrapper .tag-cell {
height: 70px;
height: 56px;
}
.tag-value-wrapper .tag-head {
height: 23px;
......
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