You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2019/11/30 06:13:05 UTC

[incubator-apisix-dashboard] branch feature-upgrade created (now 4b03510)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a change to branch feature-upgrade
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git.


      at 4b03510  expanded the width for SSL input

This branch includes the following new commits:

     new 4b03510  expanded the width for SSL input

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-apisix-dashboard] 01/01: expanded the width for SSL input

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch feature-upgrade
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git

commit 4b0351088f84bfd35e64da9339e4f542a61cfc30
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Sat Nov 30 14:12:48 2019 +0800

    expanded the width for SSL input
---
 src/views/schema/ssl/edit.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/schema/ssl/edit.vue b/src/views/schema/ssl/edit.vue
index 1084a93..09c30bf 100644
--- a/src/views/schema/ssl/edit.vue
+++ b/src/views/schema/ssl/edit.vue
@@ -180,10 +180,10 @@ export default class extends Vue {
   .el-form-item {
     .el-form-item__content {
       .el-input {
-        width: 220px;
+        width: 300px;
       }
       .el-textarea {
-        width: 220px;
+        width: 400px;
       }
     }
   }