|
372 | 372 |
|
373 | 373 | <v-dialog v-model="uploadDialog" max-width="880px" :persistent="uploading"> |
374 | 374 | <v-card class="skills-upload-dialog"> |
375 | | - <v-card-title class="skills-upload-dialog__header px-6 pt-6 pb-2"> |
| 375 | + <v-card-title class="text-h3 pa-4 pb-0 pl-6 skills-upload-dialog__header"> |
376 | 376 | <div class="skills-upload-dialog__heading"> |
377 | | - <div class="text-h4 font-weight-medium"> |
| 377 | + <div> |
378 | 378 | {{ tm("skills.uploadDialogTitle") }} |
379 | 379 | </div> |
380 | 380 | </div> |
|
565 | 565 | </v-btn> |
566 | 566 | <v-btn |
567 | 567 | class="skills-upload-dialog__action-btn" |
568 | | - variant="flat" |
| 568 | + variant="tonal" |
569 | 569 | color="primary" |
570 | 570 | :loading="uploading" |
571 | 571 | :disabled="!hasUploadableItems" |
|
579 | 579 |
|
580 | 580 | <v-dialog v-model="deleteDialog" max-width="400px"> |
581 | 581 | <v-card> |
582 | | - <v-card-title>{{ tm("skills.deleteTitle") }}</v-card-title> |
| 582 | + <v-card-title class="text-h3 pa-4 pb-0 pl-6">{{ tm("skills.deleteTitle") }}</v-card-title> |
583 | 583 | <v-card-text>{{ tm("skills.deleteMessage") }}</v-card-text> |
584 | 584 | <v-card-actions class="d-flex justify-end"> |
585 | 585 | <v-btn variant="text" @click="deleteDialog = false">{{ |
586 | 586 | tm("skills.cancel") |
587 | 587 | }}</v-btn> |
588 | | - <v-btn color="error" :loading="deleting" @click="deleteSkill"> |
| 588 | + <v-btn color="error" variant="tonal" :loading="deleting" @click="deleteSkill"> |
589 | 589 | {{ t("core.common.itemCard.delete") }} |
590 | 590 | </v-btn> |
591 | 591 | </v-card-actions> |
|
598 | 598 | :persistent="editorDialog.saving" |
599 | 599 | > |
600 | 600 | <v-card class="skill-editor-dialog"> |
601 | | - <v-card-title class="skill-editor-dialog__header"> |
| 601 | + <v-card-title class="text-h3 pa-4 pb-0 pl-6 skill-editor-dialog__header"> |
602 | 602 | <div> |
603 | | - <div class="text-h3 font-weight-bold"> |
| 603 | + <div> |
604 | 604 | {{ editorDialog.skillName }} |
605 | 605 | </div> |
606 | 606 | </div> |
|
713 | 713 | </v-btn> |
714 | 714 | <v-btn |
715 | 715 | color="primary" |
716 | | - variant="flat" |
| 716 | + variant="tonal" |
717 | 717 | :loading="editorDialog.saving" |
718 | 718 | :disabled=" |
719 | 719 | !editorDialog.filePath || |
|
730 | 730 |
|
731 | 731 | <v-dialog v-model="payloadDialog.show" max-width="820px"> |
732 | 732 | <v-card> |
733 | | - <v-card-title>{{ tm("skills.neoPayloadTitle") }}</v-card-title> |
| 733 | + <v-card-title class="text-h3 pa-4 pb-0 pl-6">{{ tm("skills.neoPayloadTitle") }}</v-card-title> |
734 | 734 | <v-card-text> |
735 | 735 | <pre class="payload-preview">{{ payloadDialog.content }}</pre> |
736 | 736 | </v-card-text> |
@@ -1892,7 +1892,6 @@ export default { |
1892 | 1892 | display: flex; |
1893 | 1893 | justify-content: space-between; |
1894 | 1894 | gap: 16px; |
1895 | | - padding: 18px 22px 14px; |
1896 | 1895 | } |
1897 | 1896 |
|
1898 | 1897 | .skill-editor-dialog__body { |
|
0 commit comments