style: 国内外政策鼠标悬浮title

This commit is contained in:
zyn
2023-11-22 15:02:17 +08:00
parent 0183eaadb8
commit c74071e818
2 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
<!-- 多选时间组件 --> <!-- 多选时间组件 -->
<template> <template>
<el-tooltip class="item" effect="dark" :content="label" placement="top-start"> <!--<el-tooltip class="item" effect="dark" :content="label" placement="top-start">-->
<el-form-item <el-form-item
:label="label" :label="label"
:prop="prop" :prop="prop"
@@ -48,7 +48,7 @@
</div> </div>
</div> </div>
</el-form-item> </el-form-item>
</el-tooltip> <!--</el-tooltip>-->
</template> </template>
<script> <script>
@@ -259,7 +259,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="备注(最终政策发布)" prop="lawsRemark" label-width="150px" class="add-form-item"> <el-form-item label="备注(最终政策发布)" prop="lawsRemark" label-width="150px" class="add-form-item" title="备注(最终政策发布)">
<el-input v-model="sarLawsStandEO.lawsRemark" <el-input v-model="sarLawsStandEO.lawsRemark"
placeholder="请输入备注(最终政策发布)" placeholder="请输入备注(最终政策发布)"
clearable></el-input> clearable></el-input>