mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-03 15:46:37 +08:00
feat: 图片广场优化
This commit is contained in:
@@ -351,11 +351,11 @@ onUnmounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col h-full md:flex-row gap-6 p-4 bg-white rounded-lg shadow-sm">
|
||||
<div class="flex flex-col h-full md:flex-row gap-4 md:gap-6 p-3 md:p-4 bg-white rounded-lg shadow-sm">
|
||||
<!-- Left Config Panel -->
|
||||
<div class="w-full md:w-[400px] flex flex-col gap-6 overflow-y-auto pr-2 custom-scrollbar">
|
||||
<div class="space-y-4">
|
||||
<h2 class="text-lg font-bold text-gray-800 flex items-center gap-2">
|
||||
<div class="w-full md:w-[400px] flex flex-col gap-4 md:gap-6 overflow-y-auto pr-0 md:pr-2 custom-scrollbar">
|
||||
<div class="space-y-3 md:space-y-4">
|
||||
<h2 class="text-base md:text-lg font-bold text-gray-800 flex items-center gap-2">
|
||||
<el-icon><MagicStick /></el-icon>
|
||||
配置
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user