优化按钮样式和功能,更新翻译选项,调整.gitignore配置
This commit is contained in:
@ -74,11 +74,15 @@
|
||||
</div>
|
||||
</d-form-item>
|
||||
</d-form>
|
||||
<div class="mt-14 w-full flex justify-between">
|
||||
<!-- <div class="mt-14 w-full flex justify-between">
|
||||
<d-button @click="navCancel" variant="text" class="w-[49%] hover:bg-[#8a6684] hover:!text-white">取消</d-button>
|
||||
<span class="text-[20px]"> | </span>
|
||||
<d-button @click="navSubmit" variant="text" class="w-[49%] hover:bg-[#5c866a] hover:!text-white"
|
||||
color="primary">确定</d-button>
|
||||
</div> -->
|
||||
<div class="mt-14 flex justify-between">
|
||||
<d-button class="w-[48%]" variant="solid" color="secondary" @click="navCancel">取消</d-button>
|
||||
<d-button class="w-[48%]" variant="solid" color="primary" @click="navSubmit">确定</d-button>
|
||||
</div>
|
||||
</d-modal>
|
||||
|
||||
@ -176,7 +180,7 @@ const options = ref([
|
||||
},
|
||||
{
|
||||
name: '翻译',
|
||||
value: 'trans',
|
||||
value: 'trans',
|
||||
url: 'https://translate.volcengine.com?text='
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user