Skip to content

Commit 2cf088a

Browse files
committed
新版mcm宴谱描述无法修改,以及批量导入谱面的界面问题
Fixes #52
1 parent d262ea0 commit 2cf088a

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

2323
- name: Install pnpm
2424
uses: pnpm/action-setup@v4
25-
with:
26-
package_json_file: MaiChartManager/Front/package.json
2725

2826
- name: Install and Build
2927
working-directory: MaiChartManager/Front

MaiChartManager/Front/src/views/Charts/ImportCreateChartButton/ImportChartButton/ErrorDisplayIdInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default defineComponent({
4545
<ImportAlert errors={props.errors} tempOptions={props.tempOptions}></ImportAlert>
4646
{!!props.meta.length && <>
4747
{t('chart.import.assignId')}
48-
<div class="of-y-auto cst max-h-24vh">
48+
<div class="of-y-auto cst max-h-20vh">
4949
<div class="flex flex-col gap-3">
5050
{props.meta.map((meta, i) => <MusicIdInput key={i} meta={meta} utage={props.savedOptions.genreId === UTAGE_GENRE}/>)}
5151
</div>

MaiChartManager/Front/src/views/Charts/ImportCreateChartButton/ImportChartButton/ImportAlert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineComponent({
1919
}
2020
})
2121

22-
return () => <div class="of-y-auto cst max-h-24vh">
22+
return () => <div class="of-y-auto cst max-h-20vh">
2323
<div class="flex flex-col gap-2">
2424
{
2525
props.errors.map((error, i) => {

0 commit comments

Comments
 (0)