feat: add address_block_list for new address (#185)

This commit is contained in:
Dream Hunter
2024-05-02 15:23:37 +08:00
committed by GitHub
parent e81142f5ef
commit 83b9bc9d5f
12 changed files with 178 additions and 20 deletions
+3 -11
View File
@@ -91,11 +91,9 @@ onMounted(async () => {
:options="openSettings.domains" />
</n-input-group>
</n-form-item-row>
<div class="right">
<n-button @click="newEmail" type="primary" :loading="loading">
{{ t('creatNewEmail') }}
</n-button>
</div>
<n-button @click="newEmail" type="primary" block :loading="loading">
{{ t('creatNewEmail') }}
</n-button>
</n-card>
</div>
</template>
@@ -108,10 +106,4 @@ onMounted(async () => {
justify-content: center;
margin: 20px;
}
.right {
text-align: right;
place-items: right;
justify-content: right;
}
</style>