Skip to content

Commit e763f4b

Browse files
authored
Merge pull request #205 from TaleLin/feature/linCmsUi
新增部分组件 及调整 Input 样式
2 parents 7ba766c + 5e723ff commit e763f4b

File tree

7 files changed

+2774
-22
lines changed

7 files changed

+2774
-22
lines changed

src/assets/styles/realize/element-variables.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,13 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
249249
border: 1px solid $theme;
250250
color: #fff;
251251
}
252-
252+
.el-input .el-input--suffix {
253+
background: $theme;
254+
color: #fff;
255+
input::placeholder{
256+
color: #fff;
257+
}
258+
}
253259
// table
254260
.el-table {
255261
border-top: 1px solid $table-border-color;

src/plugins/LinCmsUi/assets/style/container.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
}
2323
.lin-wrap-ui {
2424
padding: 30px 40px;
25-
}
25+
}

src/plugins/LinCmsUi/stage-config.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,26 @@ const LinCmsUiRouter = {
295295
icon: 'iconfont icon-jiemiansheji',
296296
right: null,
297297
},
298+
{
299+
title: 'Cascader 级联选择器',
300+
type: 'view',
301+
name: null,
302+
route: '/lin-cms-ui/form/cascader',
303+
filePath: 'plugins/LinCmsUi/views/form/Cascader.vue',
304+
inNav: true,
305+
icon: 'iconfont icon-jiemiansheji',
306+
right: null,
307+
},
308+
{
309+
title: 'Slider 滑块',
310+
type: 'view',
311+
name: null,
312+
route: '/lin-cms-ui/form/slider',
313+
filePath: 'plugins/LinCmsUi/views/form/Slider.vue',
314+
inNav: true,
315+
icon: 'iconfont icon-jiemiansheji',
316+
right: null,
317+
},
298318
],
299319
},
300320
{
@@ -337,6 +357,16 @@ const LinCmsUiRouter = {
337357
icon: 'iconfont icon-jiemiansheji',
338358

339359
},
360+
{
361+
title: 'Loading 加载',
362+
type: 'view',
363+
name: null,
364+
route: '/lin-cms-ui/notice/loading',
365+
filePath: 'plugins/LinCmsUi/views/notice/Loading.vue',
366+
inNav: true,
367+
icon: 'iconfont icon-jiemiansheji',
368+
369+
},
340370
],
341371
},
342372
{

0 commit comments

Comments
 (0)