Commit d476d4dd authored by Your Name's avatar Your Name

路由富文本调整

parent 6f8e5c76
...@@ -137,13 +137,13 @@ export const asyncRouterMap = [ ...@@ -137,13 +137,13 @@ export const asyncRouterMap = [
component: () => import('@/views/storedc/details/branchService_editor'), component: () => import('@/views/storedc/details/branchService_editor'),
meta: { title: '编辑服务类目', keepAlive: true, permission: [ 'table' ] } meta: { title: '编辑服务类目', keepAlive: true, permission: [ 'table' ] }
}, },
{ // {
path: '/storedc/details/branchservice_add', // path: '/storedc/details/branchservice_add',
name: 'branchservice_add', // name: 'branchservice_add',
component: () => import('@/views/storedc/details/branchservice_add'), // component: () => import('@/views/storedc/details/branchservice_add'),
// component:addbranchservice, // // component:addbranchservice,
meta: { title: '添加服务类目', keepAlive: true, permission: [ 'table' ] } // meta: { title: '添加服务类目', keepAlive: true, permission: [ 'table' ] }
}, // },
{ {
path: '/storedc/cerfmg', path: '/storedc/cerfmg',
name: 'Cerfmg', name: 'Cerfmg',
......
...@@ -202,15 +202,15 @@ export default { ...@@ -202,15 +202,15 @@ export default {
} }
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import url('../../index.less'); // @import url('../../index.less');
/* 覆盖 quill 默认边框圆角为 ant 默认圆角,用于统一 ant 组件风格 */ // /* 覆盖 quill 默认边框圆角为 ant 默认圆角,用于统一 ant 组件风格 */
.ant-editor-quill { // .ant-editor-quill {
/deep/ .ql-toolbar.ql-snow { // /deep/ .ql-toolbar.ql-snow {
border-radius: @border-radius-base @border-radius-base 0 0; // border-radius: @border-radius-base @border-radius-base 0 0;
} // }
/deep/ .ql-container.ql-snow { // /deep/ .ql-container.ql-snow {
border-radius: 0 0 @border-radius-base @border-radius-base; // border-radius: 0 0 @border-radius-base @border-radius-base;
} // }
} // }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment