Commit ab78ca19 by caoyanzhi

修改样式

parent bce11e26
......@@ -25,8 +25,8 @@
<!-- </div>-->
</div>
<div class="memberGroupDetail-wrap__table">
<span class="defined-btn">
<el-button type="primary" icon="el-icon-setting" @click="showDefined"></el-button>
<span class="defined-btn" @click="showDefined">
<i class="el-icon-setting"></i>
</span>
<el-table v-loading="loading" @sort-change="sortChange" :data="memberGroupDetailData" style="width: 100%">
<div v-for="item in selectedFields" :key="item.code">
......@@ -690,9 +690,21 @@ export default {
color: #606266;
.defined-btn {
position: absolute;
top: 12px;
right: 30px;
top: 0;
right: 0;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
width: 59px;
height: 59px;
font-size: 20px;
color: #999;
background: #eaeaea;
cursor: pointer;
&:hover {
color: #666;
}
}
.channelicon {
......
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