Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newShopFront
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
newshop
newShopFront
Commits
d476d4dd
Commit
d476d4dd
authored
Dec 18, 2019
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由富文本调整
parent
6f8e5c76
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
router.config.js
src/config/router.config.js
+7
-7
branchService_editor.vue
src/views/storedc/details/branchService_editor.vue
+10
-10
No files found.
src/config/router.config.js
View file @
d476d4dd
...
...
@@ -137,13 +137,13 @@ export const asyncRouterMap = [
component
:
()
=>
import
(
'@/views/storedc/details/branchService_editor'
),
meta
:
{
title
:
'编辑服务类目'
,
keepAlive
:
true
,
permission
:
[
'table'
]
}
},
{
path
:
'/storedc/details/branchservice_add'
,
name
:
'branchservice_add'
,
component
:
()
=>
import
(
'@/views/storedc/details/branchservice_add'
),
// component:addbranchservice,
meta
:
{
title
:
'添加服务类目'
,
keepAlive
:
true
,
permission
:
[
'table'
]
}
},
//
{
//
path: '/storedc/details/branchservice_add',
//
name: 'branchservice_add',
//
component: () => import('@/views/storedc/details/branchservice_add'),
//
// component:addbranchservice,
//
meta: { title: '添加服务类目', keepAlive: true, permission: [ 'table' ] }
//
},
{
path
:
'/storedc/cerfmg'
,
name
:
'Cerfmg'
,
...
...
src/views/storedc/details/branchService_editor.vue
View file @
d476d4dd
...
...
@@ -202,15 +202,15 @@ export default {
}
</
script
>
<
style
lang=
"less"
scoped
>
@import url('../../index.less');
//
@import url('../../index.less');
/* 覆盖 quill 默认边框圆角为 ant 默认圆角,用于统一 ant 组件风格 */
.ant-editor-quill {
/deep/ .ql-toolbar.ql-snow {
border-radius: @border-radius-base @border-radius-base 0 0;
}
/deep/ .ql-container.ql-snow {
border-radius: 0 0 @border-radius-base @border-radius-base;
}
}
/
/ /
* 覆盖 quill 默认边框圆角为 ant 默认圆角,用于统一 ant 组件风格 */
//
.ant-editor-quill {
//
/deep/ .ql-toolbar.ql-snow {
//
border-radius: @border-radius-base @border-radius-base 0 0;
//
}
//
/deep/ .ql-container.ql-snow {
//
border-radius: 0 0 @border-radius-base @border-radius-base;
//
}
//
}
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment