|
@@ -2411,6 +2411,7 @@ export default defineComponent({
|
|
|
<div class={styles.titleBox}>
|
|
|
<div class={styles.titleName} style={{ width: "50%", margin: "0 auto" }}>
|
|
|
<NInput
|
|
|
+ onBlur={() => autoSave()}
|
|
|
onKeyup={(e: Event) => e.stopPropagation()}
|
|
|
v-model:value={data.musicName}
|
|
|
placeholder="曲谱名称"
|
|
@@ -2418,6 +2419,7 @@ export default defineComponent({
|
|
|
</div>
|
|
|
<div style={{ width: "30%", margin: "10px 0 0 auto" }}>
|
|
|
<NInput
|
|
|
+ onBlur={() => autoSave()}
|
|
|
onKeyup={(e: Event) => e.stopPropagation()}
|
|
|
v-model:value={data.creator}
|
|
|
placeholder="曲谱作者"
|