Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
style: comment button
Browse files Browse the repository at this point in the history
  • Loading branch information
hibig committed Mar 7, 2024
1 parent a57605a commit 7d7ef6c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/views/application-management/services/pages/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
:style="{
width: `100%`
}"
:auto-size="{ minRows: 5, maxRows: 5 }"
:auto-size="{ minRows: 4, maxRows: 4 }"
>
</a-textarea>
<a-space :size="40" class="button-group">
Expand Down Expand Up @@ -903,20 +903,25 @@
<style lang="less" scoped>
.comment-wrap {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
margin: 50px auto 0;
margin: 50px auto 20px;
padding: 20px 0;
.textarea {
padding-bottom: 40px;
background: var(--color-white-1);
}
.button-group {
position: absolute;
bottom: 0;
justify-content: center;
width: 100%;
margin-top: 10px;
padding: 10px;
background-color: var(--color-white-1);
border-radius: var(--border-radius-small);
}
}
</style>

0 comments on commit 7d7ef6c

Please sign in to comment.