|
|
@ -1176,8 +1176,8 @@ onMounted(async function () { |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col> |
|
|
|
<el-card> |
|
|
|
<div class="medium-button"> |
|
|
|
<el-button text @click="allTime()" style="margin-left: 1000px">全部</el-button> |
|
|
|
<div style="margin-right: auto;text-align: right"> |
|
|
|
<el-button text @click="allTime()" >全部</el-button> |
|
|
|
<el-button text @click="today()">今日</el-button> |
|
|
|
<el-button text @click="thisWeek()">本周</el-button> |
|
|
|
<el-button text @click="thisMonth()">本月</el-button> |
|
|
@ -1357,6 +1357,9 @@ onMounted(async function () { |
|
|
|
</template> |
|
|
|
|
|
|
|
<style scoped> |
|
|
|
.medium-button{ |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
.head-mid-font { |
|
|
|
font-size: 20px; |
|
|
|
font-weight: bold; |
|
|
|