fix: panel 左侧选择器字体加粗
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template v-slot:trigger>
|
<template v-slot:trigger>
|
||||||
<i style="color: #BEBEBE" class="el-icon-menu"></i>
|
<i style="color: #BEBEBE" class="el-icon-menu"></i>
|
||||||
<span style="display: inline-block;padding: 0 7px">{{showPanel.name}}</span>
|
<span style="display: inline-block;padding: 0 7px;font-weight: bold">{{showPanel.name}}</span>
|
||||||
<i style="font-size: 12px;color: #BEBEBE;" class="nz-icon nz-icon-arrow-down"></i>
|
<i style="font-size: 12px;color: #BEBEBE;" class="nz-icon nz-icon-arrow-down"></i>
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:tail>
|
<template v-slot:tail>
|
||||||
@@ -898,27 +898,6 @@ export default {
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-name {
|
|
||||||
.el-input__prefix {
|
|
||||||
line-height: 32px;
|
|
||||||
font-size: 16px;
|
|
||||||
left: 10px;
|
|
||||||
}
|
|
||||||
.el-input__suffix {
|
|
||||||
line-height: 32px;
|
|
||||||
font-size: 12px;
|
|
||||||
top: 3px;
|
|
||||||
color: #BEBEBE;
|
|
||||||
}
|
|
||||||
.el-input__inner {
|
|
||||||
border: none !important;
|
|
||||||
font-size: 16px;
|
|
||||||
font-family: Roboto-Medium;
|
|
||||||
color: #333333;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.panel-select-header {
|
.panel-select-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
|
|||||||
Reference in New Issue
Block a user