修改中英文

This commit is contained in:
gaosong
2023-12-06 18:54:03 +08:00
parent 346802c992
commit 9889b62776
3 changed files with 20 additions and 1 deletions
@@ -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;*/