diff --git a/src/layout/components/Header/RecycleModal.vue b/src/layout/components/Header/RecycleModal.vue index c9d2d99..f24faff 100644 --- a/src/layout/components/Header/RecycleModal.vue +++ b/src/layout/components/Header/RecycleModal.vue @@ -460,7 +460,7 @@ function refreshHandler() { class="wrapper-content-item-img" :class="{ 'wrapper-content-item-img-fit': viewMode !== 'masonry' }" :src="item.imgUrl" > --> - diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index aa732d6..51ffcb4 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -485,63 +485,6 @@ function reloadList() { - -
@@ -661,6 +604,39 @@ function reloadList() { margin-left: 6px; } } + .right { + display: flex; + align-items: center; + + .btn { + width: 118px; + height: 36px; + background: linear-gradient(135deg, #5b85f8, #3c6cf0); + border-radius: 17px; + box-shadow: 0px 2px 6px 0px rgba(116, 153, 253, 0.3); + display: flex; + align-items: center; + justify-content: center; + color: #fff; + margin-right: 6px; + cursor: pointer; + } + + .batch { + display: flex; + align-items: center; + + .btn-approval { + width: 68px; + height: 28px; + cursor: pointer; + } + + .btn-left { + margin-left: 16px; + } + } + } .font { font-size: 20px;