优化添加背景页手机端右边栏

This commit is contained in:
jingrow 2026-01-21 20:24:50 +08:00
parent 26e58b224d
commit e19e516fb0

View File

@ -1,4 +1,4 @@
<template>
favorite-colors-grid<template>
<div
class="add-background-page"
@dragenter.prevent="handleDragEnter"
@ -2234,7 +2234,6 @@ const removeHistoryItem = (index: number) => {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 10px;
padding: 10px;
}
.favorite-colors-grid {
@ -2659,7 +2658,6 @@ const removeHistoryItem = (index: number) => {
.common-colors-grid {
grid-template-columns: repeat(6, 1fr);
gap: 8px;
padding: 12px;
}
.history-bar {