style: elementSat 样式调整
This commit is contained in:
@@ -319,6 +319,9 @@
|
||||
}
|
||||
.right-public-box-dropdown {
|
||||
width: 640px;
|
||||
.el-cascader-menu{
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
.right-box-public-dropdown {
|
||||
width: 308px;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
:tableId="tableId"
|
||||
@close="tools.showCustomTableTitle = false"
|
||||
@update="updateCustomTableTitle"
|
||||
:table-class="true"
|
||||
></element-set>
|
||||
</transition>
|
||||
<div class="sub-container">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="pop-custom" v-clickoutside="esc">
|
||||
<div class="pop-custom" :class="{'pop-custom-top' : tableClass}" v-clickoutside="esc">
|
||||
<div class="pop-title">{{$t('overall.select')}}</div>
|
||||
<div class="pop-box custom-labels">
|
||||
<div style="height: 100%; overflow: auto;">
|
||||
@@ -44,7 +44,8 @@ export default {
|
||||
customTableTitle: Array, // 自定义的title
|
||||
originalTableTitle: Array, // 原始title
|
||||
tableId: String,
|
||||
allowedAll: { default: false }
|
||||
allowedAll: { default: false },
|
||||
tableClass: Boolean
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
@@ -143,6 +144,19 @@ export default {
|
||||
border-radius: 4px;
|
||||
z-index: 999999;
|
||||
}
|
||||
.pop-custom-top {
|
||||
padding: 0 12px 12px 12px;
|
||||
border: 1px solid #EBEEF5;
|
||||
box-shadow: $pop-box-shadow;
|
||||
position: absolute;
|
||||
top: 45px;
|
||||
right: 20px;
|
||||
width: 200px;
|
||||
color: #606266;
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
z-index: 999999;
|
||||
}
|
||||
.pop-custom-explore {
|
||||
top: 33px;
|
||||
}
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
:language="language"
|
||||
title="ChartSearch"
|
||||
key-field="id"
|
||||
:width="626"
|
||||
show-field="name"
|
||||
v-model="editEndpoint.assetId"
|
||||
class="form-control"
|
||||
|
||||
Reference in New Issue
Block a user