fix(项目设置): 环境中CSV变量显示问题
--bug=1018540 --user=李玉号 【项目设置】项目环境-配置环境-通用配置设置CSV变量,本地上传后显示不正确,建议优化 https://www.tapd.cn/55049933/s/1270082
This commit is contained in:
parent
a1961e83ce
commit
9ae2923ddd
|
@ -261,7 +261,7 @@ export default {
|
||||||
|
|
||||||
.api-body-upload :deep(.el-upload-list__item) {
|
.api-body-upload :deep(.el-upload-list__item) {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: auto;
|
width: 100%;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue