forked from github/dataease
Merge pull request #11975 from dataease/pr@dev-v2@style_platform
style(系统设置): 平台设置按钮之间间距
This commit is contained in:
commit
018da0b818
@ -27,7 +27,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="info-item-content">
|
<div class="info-item-content">
|
||||||
<div class="info-item-pwd" v-if="item.type === 'pwd'">
|
<div class="info-item-pwd" v-if="item.type === 'pwd'">
|
||||||
<span>{{ pwdItem[item.pkey]['hidden'] ? '********' : item.pval }}</span>
|
<span class="info-item-pwd-span">{{
|
||||||
|
pwdItem[item.pkey]['hidden'] ? '********' : item.pval
|
||||||
|
}}</span>
|
||||||
|
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
v-if="props.copyList.includes(item.pkey)"
|
v-if="props.copyList.includes(item.pkey)"
|
||||||
@ -255,12 +257,18 @@ formatLabel()
|
|||||||
.info-item-pwd {
|
.info-item-pwd {
|
||||||
height: 22px;
|
height: 22px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
i {
|
i {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
.info-item-pwd-span {
|
||||||
|
max-width: calc(100% - 84px);
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user