Browse Source

样式调整

liruiqiang/feature-20251010101402-财富金轮二期
maziyang 1 week ago
parent
commit
b052964da2
  1. 7
      src/views/wealth/goldenWheel.vue

7
src/views/wealth/goldenWheel.vue

@ -142,17 +142,18 @@
<div class="history-title">中奖记录</div>
<div style="margin-left: 45px; margin-top: 18px;">
<div style="margin-left: 10px; margin-top: 18px; display: flex; flex-wrap: nowrap; align-items: center;">
<button v-for="item in options" :key="item.value"
:style="{
backgroundColor: selected === item.value ? '#0003bf' : '#7475b2',
borderColor: selected === item.value ? '#0003bf' : '#7475b2',
color: '#fff',
marginRight: '20px',
marginRight: '15px',
padding: '6px 18px',
borderRadius: '8px',
border: 'none',
cursor: 'pointer'
cursor: 'pointer',
whiteSpace: 'nowrap'
}"
@click="changeTypeHistoryList(item)">
{{ item.label }}

Loading…
Cancel
Save