nieyuge 2 năm trước cách đây
mục cha
commit
76940df6fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/nft/add.vue

+ 1 - 1
src/pages/nft/add.vue

@@ -559,7 +559,6 @@ onMounted(() => {
             }
             .textarea {
                 display: flex;
-                resize: none;
                 align-items: center;
                 justify-content: center;
                 height: 88px;
@@ -568,6 +567,7 @@ onMounted(() => {
                 background: #FFFFFF;
                 border: 1px solid #E0E0E0;
                 textarea {
+                    resize: none;
                     border: 0;
                     height: 70px;
                     outline: none;