许宏杰 1 year ago
parent 006e1cffc7
commit 514adfbd4e

@ -0,0 +1,20 @@
.el-button--yellow.is-active,
.el-button--cyan:active {
background: #f1d78c;
border-color: #f1d78c;
color: #000000;
}
.el-button--yellow:focus,
.el-button--yellow:hover {
background: #f1d78c;
border-color: #f1d78c;
color: #000000;
outline: none;
}
.el-button--yellow {
background-color: #f1d78c;
border-color: #f1d78c;
color: #000000;
}

@ -4,6 +4,7 @@
@import "./element-ui.scss"; @import "./element-ui.scss";
@import "./sidebar.scss"; @import "./sidebar.scss";
@import "./btn.scss"; @import "./btn.scss";
@import "./buttonType.scss";
body { body {
height: 100%; height: 100%;
@ -189,4 +190,4 @@ aside {
vertical-align: middle; vertical-align: middle;
margin-bottom: 10px; margin-bottom: 10px;
} }
} }

@ -2,6 +2,7 @@
<div> <div>
<el-button type="primary" icon="icon-jc-xihuan">搜索</el-button> <el-button type="primary" icon="icon-jc-xihuan">搜索</el-button>
<el-button type="primary" icon="el-icon-search">搜索</el-button> <el-button type="primary" icon="el-icon-search">搜索</el-button>
<el-button type="yellow" icon="el-icon-search">搜索</el-button>
</div> </div>
</template> </template>

Loading…
Cancel
Save