li-keguo commented on code in PR #275:
URL: https://github.com/apache/shenyu-dashboard/pull/275#discussion_r1161075878


##########
src/routes/Plugin/Common/index.js:
##########
@@ -624,7 +691,27 @@ export default class Common extends Component {
     ];
 
     return (
-      <div className="plug-content-wrap">
+      <div className="plug-content-wrap"> 
+        <Row style={{ marginBottom: '5px', display: 'flex', justifyContent: 
'space-between', alignItems: 'center' }}>
+          <div style={{ display: 'flex',alignItems:'end',flex:1,margin:0 }}>
+            <Title level={2} style={{ textTransform: 'capitalize', margin: '0 
20px 0 0' }}>
+              {name}
+            </Title>
+            <Title level={3} type="secondary" style={{margin:0}}>{role}</Title>
+          </div>
+          <div style={{ display: 'flex',alignItems:'end',gap:10 }}> 
+            <Switch

Review Comment:
   Hi Maybe you should add events that you can modify.
   <img width="1208" alt="image" 
src="https://user-images.githubusercontent.com/33576070/230708486-5546514c-efa2-4974-9935-7c49fd400605.png";>
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to