Commit 9c41eb0c by caoyanzhi

调整样式

parent de67047f
......@@ -55,7 +55,7 @@
<template slot-scope="scope">
<!-- 初始状态和导入完成状态 -->
<template v-if="scope.row.updateStatus === -1 || scope.row.updateStatus === 1">
<el-button type="text" size="small" @click="showImportPop(scope.$index, scope.row)">导入会员</el-button>
<el-button type="text" size="small" class="m-r-20" @click="showImportPop(scope.$index, scope.row)">导入会员</el-button>
<!-- 导入完成 -->
<span v-if="scope.row.updateStatus === 1" class="uploading-succ">
上传完成
......@@ -943,12 +943,15 @@ export default {
}
}
.uploading-succ {
padding: 0 30px 0 20px;
padding: 0 20px 0 0;
color: #909399;
.uploading-succ-btn {
padding: 0 10px 0 5px;
color: #f5222d;
cursor: pointer;
&:hover {
color: #dc535b;
}
}
}
}
......
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