上报库 查看参数说明样式修改

This commit is contained in:
zyx.net
2022-09-30 16:48:57 +08:00
parent 4476f645ca
commit ae76e266c3
@@ -731,6 +731,34 @@
::v-deep .ant-table-body {
background: transparent!important;
}
.textfield {
width: 100%;
margin-bottom: 8px;
display: flex;
.textfield-left {
width: 80px;
display: inline-block;
font-size: 16px;
color: #040B29;
font-weight: 400;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.textfield-right {
display: inline-block;
font-size: 16px;
//text-overflow: ellipsis;
//white-space: nowrap;
width: 100%;
overflow: hidden;
word-break: break-word;
color: #040B29;
font-weight: 400;
}
}
.content-text {
width: 100%;
display: flex;