src/menu/datasource/verifycard/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/templates/zshare/editTable/index.scss | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/menu/datasource/verifycard/index.jsx
@@ -62,6 +62,7 @@ inputType: 'input', editable: true, searchable: true, copy: true, width: '28%' }, { @@ -118,6 +119,7 @@ { value: 'datetime', text: 'datetime' }, ], editable: true, copy: true, width: '25%', } ], src/templates/zshare/editTable/index.scss
@@ -137,6 +137,19 @@ color: purple; } } .ant-typography-copy:not(.ant-typography-copy-success) { opacity: 0; transition: opacity 0.2s; } tr:hover { .ant-typography-copy:not(.ant-typography-copy-success) { opacity: 0.7; } .ant-typography-copy:hover { opacity: 1; } } } .ant-modal.ant-modal-confirm.ant-modal-confirm-info.sql-example {