fix: chart菜单宽度增加
This commit is contained in:
@@ -70,14 +70,14 @@
|
|||||||
.nz-chart-dropdown {
|
.nz-chart-dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
left: calc(100% - 110px);
|
left: calc(100% - 210px);
|
||||||
transform-origin: center top;
|
transform-origin: center top;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
width: 110px;
|
width: 200px;
|
||||||
li {
|
li {
|
||||||
padding-left:15px !important;
|
padding-left:15px !important;
|
||||||
padding-right:0px !important;
|
padding-right:0px !important;
|
||||||
width:94px;
|
width: calc(100% - 15px);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
i {
|
i {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
<div id="tableList" class="table-list">
|
<div id="tableList" class="table-list">
|
||||||
<div ref="dashboardScrollbar" style="height: calc(100% - 1px); overflow: auto;" :class="overScroll10?'border-t-1-de':'border-t-1-tr'">
|
<div ref="dashboardScrollbar" :class="overScroll10?'border-t-1-de':'border-t-1-tr'" style="height: calc(100% - 20px); overflow: auto;">
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
<chart-list ref="chartList" :class="{'show-top':showTopBtn}" :from="$CONSTANTS.fromRoute.panel" :panel-lock="panelLock" @on-edit-chart="editChart" @on-refresh-time="refreshTime" @on-remove-chart="delChart" @on-add-group-item-chart="addGroupItem"></chart-list>
|
<chart-list ref="chartList" :class="{'show-top':showTopBtn}" :from="$CONSTANTS.fromRoute.panel" :panel-lock="panelLock" @on-edit-chart="editChart" @on-refresh-time="refreshTime" @on-remove-chart="delChart" @on-add-group-item-chart="addGroupItem"></chart-list>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user