Commit 15f9ca59 by lijiabin

【需求 20331】 styles: 调整首页布局样式等,右侧任务栏固定显示

parent c56852a3
...@@ -208,6 +208,7 @@ ...@@ -208,6 +208,7 @@
layout="prev, pager, next, jumper, total" layout="prev, pager, next, jumper, total"
:total="total" :total="total"
class="custom-pagination" class="custom-pagination"
:pager-count="3"
/> />
</div> </div>
</div> </div>
......
...@@ -117,6 +117,7 @@ ...@@ -117,6 +117,7 @@
} }
" "
@size-change="changePageSize" @size-change="changePageSize"
:pager-count="3"
/> />
</div> </div>
</div> </div>
......
...@@ -405,6 +405,7 @@ ...@@ -405,6 +405,7 @@
} }
" "
@size-change="changePageSize" @size-change="changePageSize"
:pager-count="3"
/> />
</div> </div>
</div> </div>
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</div> </div>
</div> </div>
<!-- 屏幕变小直接隐藏 --> <!-- 屏幕变小直接隐藏 -->
<div class="right flex-col gap-3 xl:flex xl:basis-1/4 hidden"> <div class="right flex-col gap-3 flex basis-1/4">
<!-- 等级等相关信息 --> <!-- 等级等相关信息 -->
<div <div
ref="levelContainerRef" ref="levelContainerRef"
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
</div> </div>
<div class="submit-container common-box rounded-lg bg-#EDEAFE"> <div class="submit-container common-box rounded-lg bg-#EDEAFE">
<div class="grid grid-cols-3 gap-2 sm:gap-4 mb-4"> <div class="grid grid-cols-3 gap-2 mb-4">
<div <div
class="flex flex-col items-center justify-center text-center cursor-pointer hover:-translate-y-1 transition-transform duration-200 p-2 rounded-lg hover:bg-white/10" class="flex flex-col items-center justify-center text-center cursor-pointer hover:-translate-y-1 transition-transform duration-200 p-2 rounded-lg hover:bg-white/10"
@click="publishTopic" @click="publishTopic"
......
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
} }
" "
@size-change="changePageSize" @size-change="changePageSize"
:pager-count="3"
/> />
</div> </div>
</div> </div>
......
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
} }
" "
@size-change="changePageSize" @size-change="changePageSize"
:pager-count="3"
/> />
</div> </div>
</div> </div>
......
...@@ -218,6 +218,7 @@ ...@@ -218,6 +218,7 @@
} }
" "
@size-change="changePageSize" @size-change="changePageSize"
:pager-count="3"
/> />
</div> </div>
</div> </div>
......
...@@ -281,6 +281,7 @@ ...@@ -281,6 +281,7 @@
} }
" "
@size-change="changePageSize" @size-change="changePageSize"
:pager-count="3"
/> />
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment