diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 281433596..218bf89f2 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -185,6 +185,14 @@ export const constantRoutes = [ title: '测试页面',icon:'user', requireAuth: true,//加该字段,表示进入这个路由是需要登录的true }, + },{ + path: '/NqQuillEdit', + name: 'NqQuillEdit', + component: resolve => require(['../views/bookmark/common/NqQuillEdit.vue'], resolve), + meta:{ + title: 'Quill编辑器',icon:'user', + requireAuth: true,//加该字段,表示进入这个路由是需要登录的true + }, } ], diff --git a/ruoyi-ui/src/views/bookmark/bookmark/index.vue b/ruoyi-ui/src/views/bookmark/bookmark/index.vue index 606f99892..d769f77b4 100644 --- a/ruoyi-ui/src/views/bookmark/bookmark/index.vue +++ b/ruoyi-ui/src/views/bookmark/bookmark/index.vue @@ -788,6 +788,8 @@ .info { font-size: 12px; + display: flex; + align-items: center; } .bookmark-icon { @@ -797,9 +799,9 @@ } .bookmark-icon img { - width: 14px; - height: 14px; - vertical-align: middle; + width: 15px; + height: 15px; + } .filter-tbar { @@ -890,7 +892,8 @@ .listhint { width: 100%; text-align: center; - background: #dcdfe682; + color: #808080; + /*background: #dcdfe682;*/ font-weight: 600; } @@ -921,7 +924,7 @@ /*超出部分隐藏*/ font-size: 17px; font-weight: 600; - margin-top: 2px; + margin-top: 10px; margin-bottom: 2px; } @@ -1004,4 +1007,13 @@ } + + .bookmark { + height: 70px; + /*border-bottom: 1px solid #D9D9D9;*/ + } + + + + diff --git a/ruoyi-ui/src/views/bookmark/common/NqQuillEdit.vue b/ruoyi-ui/src/views/bookmark/common/NqQuillEdit.vue new file mode 100644 index 000000000..86e162572 --- /dev/null +++ b/ruoyi-ui/src/views/bookmark/common/NqQuillEdit.vue @@ -0,0 +1,53 @@ + + + + + + diff --git a/ruoyi-ui/src/views/bookmark/index/index.vue b/ruoyi-ui/src/views/bookmark/index/index.vue index 493b717cb..f0a857626 100644 --- a/ruoyi-ui/src/views/bookmark/index/index.vue +++ b/ruoyi-ui/src/views/bookmark/index/index.vue @@ -33,6 +33,7 @@
导入书签
意见反馈
测试页面
+
NqQuillEdit编辑器
其他设置
@@ -1285,6 +1286,13 @@ }) }, + /**跳转NqQuillEdit测试页面**/ + NqQuillEdit: function () { + this.$router.push({ + path: "/NqQuillEdit", + }) + + }, editBookmark: function (e) { @@ -1752,9 +1760,7 @@ } - .bookmark { - height: 65px; - } + .sousouleft-switch {