Commit d901b03a by lijiabin

【代码优化 11657】 ux: 问吧详情兼容移动端

parent c434b3e3
<template>
<div class="min-h-screen pb-10 text-slate-800 flex justify-center px-20">
<div class="min-h-screen pb-10 text-slate-800 flex justify-center sm:px-20">
<div class="w-full space-y-4">
<!-- 1. 问题卡片 -->
<div
......@@ -233,7 +233,7 @@
class="bg-white rounded-lg border-b border-slate-100 p-6 flex justify-between items-center shadow-sm"
>
<h3 class="font-bold text-slate-800 text-base">{{ total }} 个回答</h3>
<div class="flex text-sm text-slate-500 bg-slate-50 rounded p-0.5">
<div class="flex text-sm text-slate-500 rounded p-0.5">
<el-radio-group
size="small"
v-model="searchParams.sortType"
......
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