[update] 市场法规清单-详情的基础信息翻译,外来标准新增样式调整

This commit is contained in:
lideqin
2024-07-03 14:58:11 +08:00
parent 0d918c71dd
commit 8ceb3229fb
3 changed files with 11 additions and 5 deletions
+7 -1
View File
@@ -588,7 +588,13 @@ export default {
}
.form-flex-item-half {
width: 50%;
width: calc((100% - 10px) / 2);
}
.form-flex-item-half:nth-child(2n+1) {
margin-right: 5px;
}
.form-flex-item-half:nth-child(2n) {
margin-left: 5px;
}
.form-flex-item-line {