s7monk commented on code in PR #300:
URL: https://github.com/apache/paimon-webui/pull/300#discussion_r1628559008
##########
paimon-web-ui/src/views/metadata/components/options/index.tsx:
##########
@@ -41,11 +41,12 @@ export default defineComponent({
key: 'value',
},
{
- title: 'Operation',
+ title: () => <div style={{ paddingRight: '40px' }}>Operation</div>,
key: 'operation',
+ align: 'right',
Review Comment:
done,I have used the justify property of Space.
--
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]