style: 样式修改
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<div class="select-list">
|
||||
<div
|
||||
class="option"
|
||||
class="option flex flex-center"
|
||||
v-for="option in options"
|
||||
:key="option.value"
|
||||
@click="handleSelect(option.value)"
|
||||
@@ -76,6 +76,7 @@ const handleSelect = (value: string) => {
|
||||
font-family: 'satoshiRegular';
|
||||
font-size: 6.4rem;
|
||||
width: 29.7rem;
|
||||
height: 8.3rem;
|
||||
border: .2rem solid #fff;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user