|
@@ -195,10 +195,10 @@
|
|
|
<el-button v-permission="permissionBtn.predictEdbPermission.edbPreData_edbSource"
|
|
|
type="text" @click="isLookHistory=true;lookEdbId=select_id">指标溯源</el-button>
|
|
|
<el-popover
|
|
|
- placement="bottom"
|
|
|
+ placement="bottom-end"
|
|
|
trigger="hover"
|
|
|
popper-class="edb-tool-popover"
|
|
|
- width="80" style="display: inline-block;">
|
|
|
+ width="300" style="display: inline-block;">
|
|
|
<div class="edb-tool-wrap">
|
|
|
<el-button v-permission="permissionBtn.predictEdbPermission.edbPreData_enNameSetting"
|
|
|
type="text" @click="clickEdbNameHandle" v-if="currentLang==='ch'||!edb_nameEn">
|
|
@@ -1866,10 +1866,6 @@ $mini-font: 12px; $normal-font: 14px;
|
|
|
.el-button + .el-button{
|
|
|
margin-left: 0;
|
|
|
}
|
|
|
- .el-button{
|
|
|
- width:100%;
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
</style>
|