Skip to content

Commit

Permalink
update frontend (tuananh: update css web-certificate)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaySar12 committed Oct 3, 2024
1 parent 84dd4eb commit c344637
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/views/website/ssl/create/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@
<div>
<el-button type="primary" plain @click="isModalVisible = true">Nâng cao</el-button>
<!-- Sử dụng el-dialog -->
<el-dialog v-model="isModalVisible" width="50%">
<el-dialog
v-model="isModalVisible"
width="60%"
style="top: -5%; overflow-y: scroll; height: -webkit-fill-available"
>
<el-form-item :label="$t('website.otherDomains')" prop="otherDomains">
<el-input type="textarea" :rows="3" v-model="ssl.otherDomains"></el-input>
</el-form-item>
Expand Down

0 comments on commit c344637

Please sign in to comment.