[update] yangshi bug

This commit is contained in:
zhaomeijing
2022-05-27 09:49:53 +08:00
parent 70eab8d1f2
commit da3d7bd234
@@ -93,7 +93,7 @@
<a-row :gutter="24">
<a-col :span="24">
<div class="box-title-text">
<div class="title-text">
<div class="title-text add-text-text">
<span class="Required">*</span>
<span class="title-text-text"
:title="$t('templateName')">{{$t('templateName')}}</span>
@@ -481,4 +481,7 @@ export default {
background: #fff;
border-radius: 0 0 2px 2px;
}
.add-text-text{
margin-top: -14px;
}
</style>