Issue #39: change Rule cleared.

This commit is contained in:
chiayin
2023-09-23 17:17:10 +08:00
parent 76c5c71f0d
commit add059f1e1
3 changed files with 7 additions and 16 deletions

View File

@@ -1,8 +1,7 @@
<template>
<div class="h-full bg-neutral-10 border border-neutral-300 rounded-xl ml-4 p-2 space-y-2">
<p class="h2 pl-2">{{ title }}</p>
<p class="h2 pl-2 border-b mb-3">{{ title }}</p>
<div class="h-[calc(100%_-_48px)]">
<p class="h2 pl-2 border-b mb-3">Sort</p>
<div class="flex flex-wrap justify-start content-start gap-4 px-2 overflow-y-auto scrollbar h-[calc(100%_-_52px)]">
<div class="flex items-center w-[166px]" v-for="(act, index) in sortData" :key="index">
<RadioButton v-model="selectedRadio" :inputId="index + act" :name="select" :value="act" @change="actRadioData" />