首页细节调整

This commit is contained in:
2025-08-08 10:45:57 +08:00
parent a161520e7b
commit eefae900bf
16 changed files with 316 additions and 27 deletions
+7 -1
View File
@@ -1,6 +1,9 @@
<template>
<div class="gallery-page">
<h1>画廊页</h1>
<div class="test w-100 ml-20 mb-20">
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
</div>
<!-- 画廊内容 -->
</div>
</template>
@@ -9,6 +12,9 @@
// 画廊页逻辑
</script>
<style scoped>
<style scoped lang="less">
/* 画廊页样式 */
.test {
box-shadow: 0 2px 12px 0 @primary !important;
}
</style>