拆分详情修改

This commit is contained in:
caoyang
2022-04-13 23:10:03 +08:00
parent bba9732863
commit 313d071cfc
5 changed files with 37 additions and 14 deletions
@@ -20,7 +20,7 @@
<!-- 模板下载-->
<div class="operator-select-type">
<span class="operator-file-type">{{$t('fileType')}}</span>
<span class="operator-file-type"><i class="operator-i">*</i>{{$t('fileType')}}</span>
<a-select v-model="fileGroup" :placeholder="$t('selectFileType')" class="file-type-select">
<a-select-option value="GSO" key="GSO" title="GSO">
GSO
@@ -291,6 +291,14 @@
line-height: 32px;
display: inline-block;
margin-right: 16px;
.operator-i{
display: inline-block;
width: 10px;
height: 38px;
line-height: 38px;
text-align: center;
color:#f5222d;
}
}
.operator-select-type{
display: flex;