diff --git a/package.json b/package.json index 348442696..87d5c8d1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.26", + "version": "2.14.27", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/views/Sub.vue b/src/views/Sub.vue index a5ef82430..797ccb415 100644 --- a/src/views/Sub.vue +++ b/src/views/Sub.vue @@ -436,11 +436,6 @@ const handleDragEnd = (dataValue: any) => { // overflow: hidden; } -.drag-handler { - padding-left: 16px; - color: var(--lowest-text-color); -} - .chosensub { box-shadow: 0 0 10px var(--primary-color); border-radius: var(--item-card-radios); diff --git a/src/views/editor/components/Regex.vue b/src/views/editor/components/Regex.vue index f2e3a48bc..6d99a4230 100644 --- a/src/views/editor/components/Regex.vue +++ b/src/views/editor/components/Regex.vue @@ -21,6 +21,9 @@ v-model="dragData" :force-fallback="true" :scroll="true" + v-bind="{ + chosenClass: 'chosentag', + }" >