@@ -6,6 +6,8 @@ $--color-success: #00c292 !default;
66$--color-warning : #dee2e6 !default ;
77$--color-danger : #f4516c !default ;
88
9+ $--background-color-base : #F6F7FA !default ;
10+
911/* 改变 icon 字体路径变量,必需 */
1012$--font-path : " ~element-ui/lib/theme-chalk/fonts" ;
1113
@@ -161,6 +163,10 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
161163
162164.el-radio__inner {
163165 border : 1px solid #c4c0d2 !important ;
166+ & ::after {
167+ width :7px ;
168+ height :7px ;
169+ }
164170}
165171
166172.el-radio__input.is-checked .el-radio__inner {
@@ -195,8 +201,11 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
195201}
196202
197203// pagination
198- .el-pagination__editor.el-input .el-input__inner {
199- border-radius : 4px ;
204+ .el-pagination__editor.el-input {
205+ .el-input__inner {
206+ border-radius : 4px ;
207+ }
208+
200209}
201210
202211.el-pagination.is-background .el-pager li :not (.disabled ).active {
@@ -205,48 +214,10 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
205214}
206215
207216// input
208- .el-input-group__append {
209- padding : 0 8px ;
210- border-top-right-radius : 20px ;
211- border-bottom-right-radius : 20px ;
217+ .el-input-group__append , .el-input-group__prepend {
212218 background : $theme ;
213- color : #ffffff ;
214- border : 1px solid $theme ;
215- }
216-
217- .el-input-group--append .el-input__inner {
218- border-top-left-radius : 20px ;
219- border-bottom-left-radius : 20px ;
220- border-right : none ;
221- width : 150px ;
222- transition : all 0.2s linear ;
223-
224- & :focus {
225- width : 250px ;
226- transition : all 0.3s linear ;
227- }
228- }
229-
230- .el-input-group__append ,
231- .el-input-group__prepend {
232- padding : 0 8px ;
233- border-top-right-radius : 20px ;
234- border-bottom-right-radius : 20px ;
235- background : $theme ;
236- color : #ffffff ;
237- border : 1px solid $theme ;
238-
239- .el-icon-search {
240- font-size : 18px ;
241- }
242- }
243-
244- .el-input .el-input__inner {
245- border : 1px solid #c4c0d2 !important ;
246- }
247-
248- .input-with-select > input .el-input__inner {
249- border-right : none !important ;
219+ border :1px solid $theme ;
220+ color :#fff ;
250221}
251222
252223// table
@@ -455,11 +426,6 @@ thead tr {
455426 top : 53% ;
456427}
457428
458- .el-input__inner {
459- height : 32px ;
460- line-height : 32px ;
461- }
462-
463429.app-sidebar .el-menu-item-group .el-menu-item {
464430 padding-left : 60px !important ;
465431}
0 commit comments