Commit a26cfd3d by lijiabin

【需求 20331】 styles: 页面加入返回按钮

parent a30d8a85
...@@ -198,9 +198,9 @@ const onBid = async (item: AuctionItemDto) => { ...@@ -198,9 +198,9 @@ const onBid = async (item: AuctionItemDto) => {
} }
</script> </script>
<template> <template>
<div class="relative"> <div class="xl:px-20">
<div class="flex gap-3 relative">
<BackButton /> <BackButton />
<div class="flex gap-3">
<div class="flex-3/4 min-w-0"> <div class="flex-3/4 min-w-0">
<div class="bg-white/90 rounded-2xl p-6 shadow-lg border border-white/60"> <div class="bg-white/90 rounded-2xl p-6 shadow-lg border border-white/60">
<div class="flex items-center gap-3 mb-6"> <div class="flex items-center gap-3 mb-6">
......
<template> <template>
<div class="relative"> <div class="xl:px-20">
<div class="flex gap-3 relative">
<BackButton /> <BackButton />
<div class="flex gap-3">
<!-- 左侧:商品列表区域 --> <!-- 左侧:商品列表区域 -->
<div class="flex-3/4 min-w-0"> <div class="flex-3/4 min-w-0">
<!-- 虚拟装饰区域 --> <!-- 虚拟装饰区域 -->
......
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