fix: 草稿箱行内样式修改

This commit is contained in:
hw
2025-11-26 15:44:00 +08:00
parent c014f2a188
commit 0b2d35fc67
3 changed files with 5 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
"scripts": {
"build": "pnpm vite build --mode production",
"build:analyze": "pnpm vite build --mode analyze",
"dev": "pnpm vite --mode .local",
"dev": "pnpm vite --mode development",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},

View File

@@ -18,7 +18,7 @@
"scripts": {
"build": "pnpm vite build --mode production",
"build:analyze": "pnpm vite build --mode analyze",
"dev": "pnpm vite --mode .local",
"dev": "pnpm vite --mode development",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},

View File

@@ -133,7 +133,7 @@ function plusNews() {
type="danger"
circle
size="small"
style="margin-left: 0"
class="!ml-0"
@click="() => removeNews(index)"
>
<IconifyIcon icon="lucide:trash-2" />
@@ -169,7 +169,6 @@ function plusNews() {
circle
type="info"
size="small"
class="ml-0"
@click="() => moveDownNews(index)"
>
<IconifyIcon icon="lucide:arrow-down" />
@@ -179,7 +178,7 @@ function plusNews() {
type="info"
circle
size="small"
style="margin-left: 0"
class="!ml-0"
@click="() => moveUpNews(index)"
>
<IconifyIcon icon="lucide:arrow-up" />
@@ -189,7 +188,7 @@ function plusNews() {
type="danger"
size="small"
circle
style="margin-left: 0"
class="!ml-0"
@click="() => removeNews(index)"
>
<IconifyIcon icon="lucide:trash-2" />