From 169a7715666730da99ce4bb3e2da4061696088cf Mon Sep 17 00:00:00 2001 From: yiming Date: Sat, 29 Nov 2025 10:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E:=20=E7=89=8C=E4=BD=8D?= =?UTF-8?q?=E8=87=AA=E8=A8=82=E5=90=8D=E7=A8=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/admin/print/tablet_edit/editor.html | 231 +++++++++++++++++++---- web/admin/print/tablet_edit/phrases.json | 13 ++ 2 files changed, 205 insertions(+), 39 deletions(-) create mode 100644 web/admin/print/tablet_edit/phrases.json diff --git a/web/admin/print/tablet_edit/editor.html b/web/admin/print/tablet_edit/editor.html index 1612060..1fdf1a3 100644 --- a/web/admin/print/tablet_edit/editor.html +++ b/web/admin/print/tablet_edit/editor.html @@ -88,6 +88,14 @@ padding: 0; margin-right: 4px; } + /* num=0 刪除按鈕警示樣式 */ + .btn-delete-warning:hover { + background-color: #fff3cd !important; + border-radius: 50%; + } + .btn-delete-warning:hover .v-icon { + color: #856404 !important; + } @@ -127,16 +135,30 @@ - - 疏文代表 - 超渡-已選 + + + + + + + 超渡-已選 + + + + + mdi-plus + + + + - + + + mdi-backspace + mdi-arrow-up mdi-arrow-down - + mdi-minus @@ -200,16 +225,30 @@ - - 疏文代表 - 陽上/祈福-已選 + + + + + + + 陽上/祈福-已選 + + + + + mdi-plus + + + + - + + + mdi-backspace + mdi-arrow-up mdi-arrow-down - + mdi-minus @@ -276,6 +318,66 @@
+ + + + + 新增項目 + +
+ {{ phrase.length > 5 ? phrase.slice(0, 5) + '...' : phrase }} +
+ +
+ +
+ + mdi-backspace +
+ + 取消 + 確定 +
+
+
+ + + + + 確認刪除 + + 確定要刪除「{{ deleteMemberName }}」嗎?
+ 此為手動新增項目,刪除後無法復原。 +
+ + + 取消 + 確定刪除 + +
+