Browse Source

工作台中间的时间按钮组靠右

Hongxilin
hongxilin 5 months ago
parent
commit
0fb673c30c
  1. 7
      vue/gold-system/src/views/workspace/index.vue

7
vue/gold-system/src/views/workspace/index.vue

@ -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;

Loading…
Cancel
Save