Commit db386760 by crushh

update: ui

parent c7c559f4
...@@ -81,64 +81,6 @@ export default { ...@@ -81,64 +81,6 @@ export default {
margin-left: 50px; margin-left: 50px;
} }
} }
.inner-dialogwrap {
display: flex;
margin-top: -20px;
border-top: 1px solid #dcdfe6;
.lt-content {
padding: 35px 45px 0 30px;
flex: 0 0 440px;
width: 440px;
border-right: 1px solid #dcdfe6;
p {
font-size: 14px;
color: #303133;
line-height: 20px;
}
.btn {
text-align: center;
margin: 165px 0 36px;
padding: 0;
}
}
.rt-content {
flex: 1;
overflow-y: auto;
height: 340px;
li {
padding: 13px 0 13px 20px;
border-bottom: 1px solid #dcdfe6;
font-size: 14px;
color: #606266;
line-height: 20px;
&:last-child {
margin-top: 4px;
}
.checker-name {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
}
}
.no-data-wrap {
text-align: center;
padding: 40px 0 0 0;
line-height: 1;
.no_checker_icon {
width: 80px;
height: 56px;
margin: 0 auto;
margin-bottom: 22px;
img {
width: 100%;
}
}
p {
color: #909399;
}
}
.fl { .fl {
float: left; float: left;
} }
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</div> </div>
<div class="table-condition-right"> <div class="table-condition-right">
<el-button type="danger" @click="multDel">批量删除</el-button> <el-button type="danger" @click="multDel">批量删除</el-button>
<el-button class="m-l-10" type="primary" :loading="loadingBtn" @click="beforeExportExcel"><i class="iconfont icon-icon_yunxiazai p-r-6"></i>导出</el-button> <el-button class="m-l-10" type="primary" :loading="loadingBtn" @click="beforeExportExcel" plain><i class="iconfont icon-icon_yunxiazai p-r-6"></i>导出</el-button>
<el-tooltip content="导出结果中会员姓名、手机号等敏感信息将进行加密,实现隐私保护" placement="top"> <el-tooltip content="导出结果中会员姓名、手机号等敏感信息将进行加密,实现隐私保护" placement="top">
<i class="el-icon-warning-outline font-14 p-l-6" v-if="enableDownloadCompleteData == 0"></i> <i class="el-icon-warning-outline font-14 p-l-6" v-if="enableDownloadCompleteData == 0"></i>
</el-tooltip> </el-tooltip>
......
...@@ -77887,7 +77887,7 @@ ...@@ -77887,7 +77887,7 @@
.el-button--primary.is-plain:focus { .el-button--primary.is-plain:focus {
background: #1890ff; background: #1890ff;
border-color: #1890ff; border-color: #1890ff;
color: #fff; color: #fff !important;
} }
.el-button--primary.is-plain:active { .el-button--primary.is-plain:active {
...@@ -78011,8 +78011,8 @@ ...@@ -78011,8 +78011,8 @@
.el-button--warning.is-plain:hover, .el-button--warning.is-plain:hover,
.el-button--warning.is-plain:focus { .el-button--warning.is-plain:focus {
background: #faad14; background: #faad14;
border-color: #faad14; border-color: #faad14 !important;
color: #fff; color: #fff !important;
} }
.el-button--warning.is-plain:active { .el-button--warning.is-plain:active {
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