Commit 3e6af337 by 无尘

style: 修改间距

parent a0b78a16
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,7 +2,7 @@
"name": "@gic-test/vue-gic-people",
"description": "vue-gic-people Plugin",
"author": "fairyly <498745097@qq.com>",
"version": "1.2.9",
"version": "1.2.10",
"license": "MIT",
"private": false,
"main": "dist/vue-gic-people.js",
......
......@@ -59,7 +59,7 @@
<div class="orlabels" v-if="key!=0">或者</div>
<!-- type="belong" -->
<div class="filter-message groupbox">
<span class="el-icon-close filter-guanbi" @click="deleteCell(index,key)"></span>
<span class="el-icon-close filter-close" @click="deleteCell(index,key)"></span>
<p class="fliter-message-title inline-block">{{cellItem.chainNodeName}}</p>
<!-- 一行循环了几个 -->
......@@ -1831,7 +1831,7 @@
.el-select {
width: 195px;
/*height: 40px;*/
border-radius: 2px;
border-radius: 4px;
line-height: 32px;
/*border: 1px solid #e7e7eb;*/
position: relative;
......@@ -2022,10 +2022,11 @@
}
.filter-message {
position: relative;
background: #fff;
padding-left: 30px;
padding-bottom: 10px;
position: relative;
background: #fff;
padding-left: 30px;
padding-bottom: 10px;
font-size: 0;
}
.fliter-message-title {
......@@ -2079,15 +2080,16 @@
font-size: 14px;
}
.filter-guanbi {
.filter-close {
color: #909399;
cursor: pointer;
position: absolute;
right: 10px;
top: 20px;
font-size: 14px;
}
.filter-guanbi:hover {
.filter-close:hover {
color: #F56C6C;
}
......@@ -2122,7 +2124,7 @@
.gic-select-wrap {
position: relative;
margin-left: 5px;
margin-left: 8px;
}
/* btns */
......
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