mirror of
https://github.com/keven1024/015.git
synced 2026-06-03 19:09:37 +00:00
refactor(front): replace div elements with BaseCard component for consistent styling across various views
This commit is contained in:
@@ -21,8 +21,7 @@ const handleTextShare = ({ type, config }: { type: string; config: any }) => {
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<div class="gap-5 flex flex-col">
|
||||
<div class="text-xl font-normal">{{ t('page.upload.text.uploadText') }}</div>
|
||||
<BaseCard class="gap-5 flex flex-col" :title="t('page.upload.text.uploadText')">
|
||||
<div class="relative">
|
||||
<MarkdownInputField
|
||||
name="text"
|
||||
@@ -68,5 +67,5 @@ const handleTextShare = ({ type, config }: { type: string; config: any }) => {
|
||||
</FormButton>
|
||||
<PickupShareBtn />
|
||||
</div>
|
||||
</div>
|
||||
</BaseCard>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user