@@ -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
@@ -155,12 +157,16 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
155157}
156158
157159.el-radio-group {
158- padding-top : 15px ;
160+ // padding-top: 15px;
159161 width : 100% ;
160162}
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 {
@@ -185,7 +191,6 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
185191}
186192
187193.el-form--label-top .el-form-item__label {
188- padding-bottom : 0px !important ;
189194 color : $title-color ;
190195 font-weight : 500 ;
191196}
@@ -195,8 +200,10 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
195200}
196201
197202// pagination
198- .el-pagination__editor.el-input .el-input__inner {
199- border-radius : 4px ;
203+ .el-pagination__editor.el-input {
204+ .el-input__inner {
205+ border-radius : 4px ;
206+ }
200207}
201208
202209.el-pagination.is-background .el-pager li :not (.disabled ).active {
@@ -205,48 +212,10 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
205212}
206213
207214// input
208- .el-input-group__append {
209- padding : 0 8px ;
210- border-top-right-radius : 20px ;
211- border-bottom-right-radius : 20px ;
215+ .el-input-group__append , .el-input-group__prepend {
212216 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 ;
217+ border :1px solid $theme ;
218+ color :#fff ;
250219}
251220
252221// table
@@ -455,11 +424,6 @@ thead tr {
455424 top : 53% ;
456425}
457426
458- .el-input__inner {
459- height : 32px ;
460- line-height : 32px ;
461- }
462-
463427.app-sidebar .el-menu-item-group .el-menu-item {
464428 padding-left : 60px !important ;
465429}
0 commit comments