style: 纸管重量计算页面布局调整

- 将结果由卡片式调整为列表式
This commit is contained in:
2025-12-01 15:30:40 +08:00
parent a5abfa5122
commit 6a214b3796
5 changed files with 98 additions and 16 deletions

View File

@ -30,6 +30,11 @@ const jinshenLightTheme: ThemeDefinition = {
export default createVuetify({
theme: {
defaultTheme: 'light',
variations: {
colors: ['primary', 'secondary', 'success', 'info', 'warning', 'error'],
lighten: 5,
darken: 5,
},
themes: {
light: jinshenLightTheme,
},