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 @@ {{tabletItem}} + + + + + 新增項目 + + + {{ phrase.length > 5 ? phrase.slice(0, 5) + '...' : phrase }} + + + + + + + mdi-backspace + + + 取消 + 確定 + + + + + + + + 確認刪除 + + 確定要刪除「{{ deleteMemberName }}」嗎? + 此為手動新增項目,刪除後無法復原。 + + + + 取消 + 確定刪除 + + +