|
@@ -200,7 +200,7 @@ export default defineComponent({
|
|
|
|
|
|
return () => (
|
|
return () => (
|
|
<>
|
|
<>
|
|
- <div {...attrs} class="w-[99/100] mt-6 p-2 bg-bg_color">
|
|
|
|
|
|
+ <div {...attrs} class="w-[99/100] mt-4 px-2 pb-2 bg-bg_color">
|
|
<div class="flex justify-between w-full h-[60px] p-4">
|
|
<div class="flex justify-between w-full h-[60px] p-4">
|
|
<p class="font-bold truncate">{props.title}</p>
|
|
<p class="font-bold truncate">{props.title}</p>
|
|
<div class="flex items-center justify-around">
|
|
<div class="flex items-center justify-around">
|