Browse Source

style(gui-v2): remove border

pull/3224/head
Wing-Kam Wong 2 years ago
parent
commit
b147834e31
  1. 2
      packages/nc-gui-v2/components/smartsheet/Form.vue

2
packages/nc-gui-v2/components/smartsheet/Form.vue

@ -470,7 +470,7 @@ onMounted(async () => {
<!-- for future implementation of cover image -->
</div>
<a-card
class="h-full ma-0 rounded-b-0 pa-4"
class="h-full ma-0 rounded-b-0 pa-4 border-none"
:body-style="{
maxWidth: '700px',
margin: '0 auto',

Loading…
Cancel
Save