修改前端样式

This commit is contained in:
Szn
2022-01-26 15:15:31 +08:00
parent 022a8f6a2c
commit 09c0fa2c30
144 changed files with 22918 additions and 551 deletions

View File

@@ -20,7 +20,7 @@
<a-col :lg="6" :md="12" :sm="24" :xs="24">
<a-space>
<a-button type="primary" @click="reload">查询</a-button>
<a-button @click="reset">重置</a-button>
<a-button @click="reset" style="background: #FFA200FF; border-color: #FFA200FF;color: #FFFFFF">重置</a-button>
<a-button @click="exportData" type="primary">按年份导出</a-button>
</a-space>
</a-col>
@@ -55,7 +55,7 @@
:width="800"
:body-style="{ paddingBottom: '8px' }"
@ok="save"
>
<a-form
ref="form"
@@ -159,7 +159,7 @@
>删除
</a-button>
</a-popconfirm>
</a-space>
</template>
<template #action="{ record }">
@@ -364,7 +364,7 @@ export default {
hide();
})
},
getOptions(){
getColumnOptions("year").then(res => {
console.log(res)
@@ -418,4 +418,4 @@ export default {
</script>
<style scoped lang="less">
</style>
</style>