bzp2010 commented on a change in pull request #172: feature: improve project 
structure and fix some problem
URL: 
https://github.com/apache/incubator-apisix-dashboard/pull/172#discussion_r407010622
 
 

 ##########
 File path: src/pages/module/ssl/edit/index.tsx
 ##########
 @@ -11,21 +11,37 @@ import {
   update as updateSSL,
 } from '@/services/ssl';
 import { useForm } from 'antd/es/form/util';
+import { router } from 'umi';
 
 const layout = {
-  wrapperCol: { span: 8 },
+  labelCol: {
+    span: 2,
+  },
+  wrapperCol: {
+    span: 8,
+  },
 };
 
-const Detail: React.FC = () => {
+const tailLayout = {
 
 Review comment:
   This means end of form, such as Submit and Cancel Button. (they need an 
offset for keep alignment)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to