Skip to content

Commit be4b399

Browse files
committed
feat(linCmsUi): 初始化 Alert 警告,Message 消息提示 组件样式
初始化 Alert 警告,Message 消息提示 组件样式
1 parent cc47385 commit be4b399

4 files changed

Lines changed: 807 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,3 +821,8 @@ $typeMap: (primary:#3963BC,
821821
}
822822
}
823823
}
824+
825+
/* alert */
826+
.el-alert+.el-alert {
827+
margin-top: 20px;
828+
}

src/plugins/LinCmsUi/stage-config.js

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,38 @@ const LinCmsUiRouter = {
182182
icon: 'iconfont icon-jiemiansheji',
183183
right: null,
184184
},
185+
{
186+
title: 'Notice 通知 ',
187+
type: 'folder',
188+
name: null,
189+
route: '/lin-cms-ui/notice/base',
190+
filePath: 'plugins/LinCmsUi/views/notice/',
191+
inNav: true,
192+
icon: 'iconfont icon-jiemiansheji',
193+
right: null,
194+
children: [
195+
{
196+
title: 'Alert 警告',
197+
type: 'view',
198+
name: null,
199+
route: '/lin-cms-ui/notice/alert',
200+
filePath: 'plugins/LinCmsUi/views/notice/Alert.vue',
201+
inNav: true,
202+
icon: 'iconfont icon-jiemiansheji',
203+
204+
},
205+
{
206+
title: 'Message 消息提示',
207+
type: 'view',
208+
name: null,
209+
route: '/lin-cms-ui/notice/message',
210+
filePath: 'plugins/LinCmsUi/views/notice/Message.vue',
211+
inNav: true,
212+
icon: 'iconfont icon-jiemiansheji',
213+
214+
},
215+
],
216+
},
185217
],
186218
}
187219

0 commit comments

Comments
 (0)