From 8ed072fa28e899616e880a759e66d2f1ef16ae27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BB=A3=E7=B6=BA=E5=87=9B?= Date: Fri, 5 Jul 2024 18:10:37 +0800 Subject: [PATCH] feat: support display character cultivate data from skland --- src/App.vue | 12 ++- .../material/PresetSettingDialog.vue | 52 +++++++++--- src/data/changelog.json | 4 + src/main.js | 3 + src/store/materialValue.js | 6 +- src/store/skland.js | 81 ++++++++++++++++++- src/views/Material/index.js | 24 ++++-- src/views/Material/index.scss | 3 + src/views/Material/index.vue | 20 +++-- 9 files changed, 179 insertions(+), 26 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4470a846..8e043488 100644 --- a/src/App.vue +++ b/src/App.vue @@ -443,6 +443,9 @@ a { filter: none !important; } +.of-hidden { + overflow: hidden; +} .no-wrap { white-space: nowrap; } @@ -551,13 +554,14 @@ a { flex-wrap: nowrap; vertical-align: middle; margin: 2px 4px 2px 0; - &-left { + & > .mdui-btn { margin: 0 !important; + } + &-left { border-top-right-radius: 0; border-bottom-right-radius: 0; } &-right { - margin: 0 !important; border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: rgba(0, 0, 0, 0.13) 1px solid; @@ -607,6 +611,10 @@ a { border: none !important; } +.mdui-m-l-auto { + margin-left: auto !important; +} + .mdui-m-l-05 { margin-left: 4px !important; } diff --git a/src/components/material/PresetSettingDialog.vue b/src/components/material/PresetSettingDialog.vue index 40d32c1b..72568929 100644 --- a/src/components/material/PresetSettingDialog.vue +++ b/src/components/material/PresetSettingDialog.vue @@ -10,7 +10,12 @@