@@ -29,10 +29,10 @@
.cellValue {
line-height: 20px;
height: 20px;
- padding: 0 5px 0 7px;
+ padding: 2px 5px 0 7px;
background: #dfefec;
display: inline-block;
- border-radius: 9px;
+ border-radius: 20px;
color: var(--van-primary);
}
.albumContainer::-webkit-scrollbar {
@@ -80,7 +80,8 @@ export default defineComponent({
v-slots={{
value: () => (
<span class={styles.cellValue}>
- 更多 <Icon name="arrow" />
+ 更多
+ <Icon name="arrow" />
</span>
)
}}