-
-
-
-
- 按时间排序(正)
-
-
- 按时间排序(正)
- 按时间排序(反)
- 按字母A-Z排序
- 按字母A-Z排序
- 按网站A-Z排序
-
-
+
+
-
-
-
-
- 我的最爱
-
-
- 小型标签
-
-
- 小型标签
-
-
- 小型标签
-
-
- 小型标签
-
-
- 小型标签
-
-
-
...
+
+
+
+
+ 排序模式
+
+
+ 按时间排序(正)
+ 按时间排序(反)
+ 按字母A-Z排序
+ 按字母A-Z排序
+ 按网站A-Z排序
+
+
+
+
+
+
+
+ 卡片模式
+
+
+ 按时间排序(正)
+ 按时间排序(反)
+ 按字母A-Z排序
+ 按字母A-Z排序
+ 按网站A-Z排序
+
+
+
+
+
+
+
+ 批量设置
+
+
+ 编辑
+ 批量处理
+ 排序
+ 按网站A-Z排序
+
+
+
+
+
-
-
-
@@ -84,6 +96,12 @@
{{bm.urls}} ·
{{bm.createTime|changeTime}}
+
+ {{t.name}}
+
+
+
+
@@ -278,11 +296,27 @@
},
mounted(){
-
+//初始化
+ this.newBookmark();
},
methods: {
+ /**初始化**/
+ newBookmark() {
+ //默认选中 全部
+ document.getElementsByClassName("classification")[0].classList.add("classification-click");
+ },
+ /**切换显示 全部 网页 文本 其他**/
+ showopen(e) {
+ document.getElementsByClassName("classification")[e].classList.add("classification-click");
+ for (var i = 0; i < 4; i++) {
+ if (i != e) {
+ document.getElementsByClassName("classification")[i].classList.remove('classification-click');
+ }
+ }
+ },
+
/**书签编辑设置的 标签开始**/
taghandleClose(tag) {
@@ -509,7 +543,6 @@
.filter-sort-dropdown{
- top:65px!important;
box-shadow: 0 2px 15px 0 rgba(0,0,0,.2)!important;
font-weight: 600!important;
}
@@ -545,6 +578,7 @@
position: absolute;
background-color: #acd7ff;
right: 0;
+ display: none;
}
.editlist{
display: flex;
@@ -564,6 +598,69 @@
margin-right: 5px;
}
+ .filter-tbar{
+ display: flex;
+ position: relative;
+ width: 100%;
+ height: 40px;
+ -webkit-box-pack: justify;
+ justify-content: space-between;
+ -webkit-box-align: center;
+ align-items: center;
+ box-sizing: border-box;
+ }
+
+ .filter-classification {
+ display: flex;
+ -webkit-box-align: center;
+ align-items: center;
+
+ }
+ .setUpThe{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+ .filter-content{
+ margin-left: 18px;
+
+ }
+
+.dropdownList{
+ display: flex;
+ justify-content: center;
+ font-size: 18px;
+}
+.dropdownList i{
+margin-right: 4px;
+ font-weight: 600;
+}
+.dropdownList span{
+ line-height: initial;
+ font-size: 17px;
+}
+
+
+
+ .classification{
+ width: 60px;
+ height: 27px;
+ margin-left: 10px;
+ text-align: center;
+ line-height: 26px;
+ color: #a4a4a4;
+ }
+ .classification-click{
+ border-radius: 19px;
+ background: #606c88; /* fallback for old browsers */
+ background: -webkit-linear-gradient(to right, #3f4c6b, #606c88); /* Chrome 10-25, Safari 5.1-6 */
+ background: linear-gradient(to right, #3f4c6b, #606c88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
+ color: #FFFFFF;
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4)
+ }
+ .bookmark-list-tag{
+ margin-left: 4px;
+ }
diff --git a/ruoyi-ui/src/views/bookmark/ceshi/index.vue b/ruoyi-ui/src/views/bookmark/ceshi/index.vue
new file mode 100644
index 000000000..6e43317ce
--- /dev/null
+++ b/ruoyi-ui/src/views/bookmark/ceshi/index.vue
@@ -0,0 +1,37 @@
+
+
+
+
diff --git a/ruoyi-ui/src/views/bookmark/index/index.vue b/ruoyi-ui/src/views/bookmark/index/index.vue
index 3ddafd420..66ff53d87 100644
--- a/ruoyi-ui/src/views/bookmark/index/index.vue
+++ b/ruoyi-ui/src/views/bookmark/index/index.vue
@@ -28,6 +28,7 @@
回收站
导入书签
意见反馈
+
测试页面
其他设置
@@ -706,6 +707,12 @@
path: "/importHtml",
})
+ },/**跳转测试页面**/
+ ceshi:function(){
+ this.$router.push({
+ path: "/ceshi",
+ })
+
},
diff --git a/ruoyi-ui/src/views/bookmark/menu/index.vue b/ruoyi-ui/src/views/bookmark/menu/index.vue
index aaf8df822..6d8ef3b9e 100644
--- a/ruoyi-ui/src/views/bookmark/menu/index.vue
+++ b/ruoyi-ui/src/views/bookmark/menu/index.vue
@@ -156,9 +156,6 @@
},
-
-
-
}