修改中英文
This commit is contained in:
+1
@@ -467,6 +467,7 @@ export default {
|
||||
|
||||
.title-text-text {
|
||||
margin-top: 9px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.itemModel {
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text plus3" :title="$t('Vehicledynamictype')">{{$t('Vehicledynamictype')}}</span>
|
||||
<span class="title-text-text plus3" :title="$t('vehicledynamictype')">{{$t('vehicledynamictype')}}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel">
|
||||
<div style="display:flex;flex-wrap: nowrap;width: 100%;">
|
||||
|
||||
@@ -1155,6 +1155,15 @@ button{
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
word-break: break-all;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
/*! autoprefixer: off */
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
/*! autoprefixer: on;*/
|
||||
text-justify: inter-ideograph;
|
||||
display: -webkit-box;
|
||||
}
|
||||
.text-text-three{
|
||||
/*display: inline-block;*/
|
||||
@@ -1168,6 +1177,15 @@ button{
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
text-overflow: ellipsis;
|
||||
/*! autoprefixer: off */
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
/*! autoprefixer: on;*/
|
||||
text-justify: inter-ideograph;
|
||||
word-break: break-all
|
||||
}
|
||||
.text-text-five{
|
||||
/*display: inline-block;*/
|
||||
|
||||
Reference in New Issue
Block a user