修改
This commit is contained in:
+9
-4
@@ -10,6 +10,7 @@
|
||||
{{$t('templateDownload')}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a-spin :spinning="confirmLoading">
|
||||
<a-form-model class="formAdd" ref="ruleForm">
|
||||
<a-row :gutter="24">
|
||||
@@ -58,7 +59,7 @@
|
||||
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<div class="title-text-add plus">
|
||||
<span class="title-text-text" :title="$t('Modelandfunctionrecord')">{{$t('Modelandfunctionrecord')}}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" prop="dutyTerritory">
|
||||
@@ -288,9 +289,9 @@ import ImportFile from '@/components/ImportFileData/index'
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
margin-right: 16px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
// overflow: hidden;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
height: 42px;
|
||||
line-height: 42px;
|
||||
margin-top: 3px;
|
||||
@@ -336,4 +337,8 @@ import ImportFile from '@/components/ImportFileData/index'
|
||||
.bootom-button{
|
||||
text-align: center!important;
|
||||
}
|
||||
.plus{
|
||||
margin-top: 5px;
|
||||
line-height: 1.4 !important;
|
||||
}
|
||||
</style>
|
||||
+13
-9
@@ -1145,7 +1145,7 @@ button{
|
||||
line-height: 50px;
|
||||
}
|
||||
.text-box-three{
|
||||
isplay: inline-block;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
border: #e8e8e8 solid 1px;
|
||||
width: 100%;
|
||||
@@ -1153,7 +1153,7 @@ button{
|
||||
line-height: 250px;
|
||||
}
|
||||
.text-box-four{
|
||||
isplay: inline-block;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
border: #e8e8e8 solid 1px;
|
||||
width: 100%;
|
||||
@@ -1161,15 +1161,18 @@ button{
|
||||
line-height: 600px;
|
||||
}
|
||||
.four-text-text{
|
||||
isplay: inline-block;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
border: #e8e8e8 solid 1px;
|
||||
width: 50%;
|
||||
height: 600px;
|
||||
line-height: 600px;
|
||||
line-height: 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.four-text{
|
||||
isplay: inline-block;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
border: #e8e8e8 solid 1px;
|
||||
width: 50%;
|
||||
@@ -1177,7 +1180,7 @@ button{
|
||||
line-height: 150px;
|
||||
}
|
||||
.text-box-five{
|
||||
isplay: inline-block;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
border: #e8e8e8 solid 1px;
|
||||
width: 100%;
|
||||
@@ -1185,9 +1188,10 @@ button{
|
||||
line-height: 100px;
|
||||
}
|
||||
span{
|
||||
overflow: hidden; /*超出部分隐藏*/
|
||||
text-overflow: ellipsis; /*超出部分省略号表示*/
|
||||
white-space: nowrap;
|
||||
/* overflow: hidden; /*超出部分隐藏*/
|
||||
/* text-overflow: ellipsis; 超出部分省略号表示 */
|
||||
white-space: wrap;
|
||||
/* word-wrap: normal; */
|
||||
}
|
||||
.item-input{
|
||||
margin-top: 9px;
|
||||
|
||||
Reference in New Issue
Block a user