feat: 恢复直角

master
luoer 2023-10-30 17:36:07 +08:00
parent 1d572cf8e4
commit 687f6250eb
4 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@
</div>
<slot name="content">
<a-scrollbar outer-class="h-full overflow-hidden" class="h-full overflow-auto" type="track">
<div class="m-4 p-4 max-w-[1360px] mx-auto bg-white rounded overflow-hidden">
<div class="m-4 p-4 bg-white rounded overflow-hidden">
<slot></slot>
</div>
</a-scrollbar>

View File

@ -1,8 +1,7 @@
<template>
<BreadPage>
<div class="overflow-hidden h-full grid grid-cols-[auto_auto_1fr]">
<div class="overflow-hidden h-full grid grid-cols-[auto_1fr] gap-4">
<ani-group></ani-group>
<a-divider direction="vertical" :margin="16"></a-divider>
<div>
<Table v-bind="table">
<template #action>

View File

@ -3,7 +3,7 @@
<div class="py-2 px-4 bg-white">
<bread-crumb></bread-crumb>
</div>
<div class="max-w-[1360px] mx-auto grid grid-cols-[auto_1fr] gap-4 overflow-hidden bg-white p-4 m-4 rounded">
<div class="grid grid-cols-[auto_1fr] gap-4 overflow-hidden bg-white p-4 m-4 rounded">
<div>
<ani-group :current="current" @change="onTypeChange"></ani-group>
</div>

View File

@ -3,7 +3,7 @@
@arcoblue-6: #08f;
body {
--border-radius-small: 4px;
// --border-radius-small: 4px;
div.arco-dropdown {
border: none;