style:chart-system 样式调整
This commit is contained in:
@@ -195,14 +195,24 @@
|
||||
.system-chart-item {
|
||||
font-size: 14px;
|
||||
padding: 3px 5px;
|
||||
text-transform:capitalize
|
||||
text-transform:capitalize;
|
||||
.nz-icon{
|
||||
display: none;
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
.system-chart-item:hover{
|
||||
color: $--color-primary;
|
||||
background: $--background-color-base !important;
|
||||
}
|
||||
.system-chart-item.is-select{
|
||||
color: $--color-text-secondary;
|
||||
color: $--color-primary;
|
||||
background: $--background-color-base !important;
|
||||
.nz-icon{
|
||||
color: $--color-primary;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
.system-chart-config-right{
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
class="system-chart-item"
|
||||
:class="system.name == chartConfig.param.datasource[index].type ? 'is-select' : ''"
|
||||
@click="changeSystem(system, index)"
|
||||
>{{system.name}}</li>
|
||||
>{{system.name}}<i class="nz-icon nz-icon-check"/></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="system-chart-config-right">
|
||||
|
||||
Reference in New Issue
Block a user