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