Commit d7789d82 authored by 张伯涛's avatar 张伯涛

第8套皮肤修改

parent 4fb79caf
......@@ -2,6 +2,10 @@ $color-theme: #f4ac10;
.dict-manage {
font-size: 18px;
padding: 0;
.dictBtnRow{
text-align: end;
margin-right: 9px;
}
.el-form {
padding: 0 0 0 10px;
.el-form-item {
......
......@@ -236,7 +236,7 @@
}
#app .sidebar-container .el-submenu .el-menu-item.is-active {
background-color: #171725 !important;
background-color: #1D2B36 !important;
}
.router-link-active .el-menu-item.is-active {
......
......@@ -88,7 +88,7 @@ $menuBg: #1d2b36;
$menuHover:#2288ff;
$subMenuBg:#1A2229;
$subMenuHover:#1A2229;
$subMenuHover:#1D2B36;
$sideBarWidth: 13.25rem;
$sideHideWidth: 3rem;
......
......@@ -69,11 +69,11 @@
@click="resetQuery"
>{{ commonField.resetName }}</el-button>
</el-form-item>
<div style="padding-bottom: 15px">
<div style="padding-bottom: 15px" class="dictBtnRow">
<!-- //新增按钮-->
<el-button
v-hasPermi="hasDictAddPerm"
:class="commonField.addClass"FR
:class="commonField.addClass"
:type="commonField.typePrimary"
:icon="commonField.addIcon"
:size="commonField.smallSize"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment