Merge branch 'main' into carbon

This commit is contained in:
caoqianming 2025-10-30 08:35:38 +08:00
commit 11364180bc
4 changed files with 6 additions and 2 deletions

View File

@ -33,7 +33,7 @@
</template> -->
</t-menu>
</t-aside>
<t-content style="border-top: 1px solid #e5e5e5;">
<t-content style="border-top: 1px solid #e5e5e5; padding: 2px">
<router-view />
</t-content>
</t-layout>

View File

@ -1,5 +1,5 @@
import { createApp } from 'vue'
import './style.css'
import '@/style/index.css';
import App from './App.vue'
import TDesign from 'tdesign-vue-next';

View File

@ -1,3 +1,4 @@
@import "./theme.css";
body {
margin: 0;
}

3
src/style/theme.css Normal file
View File

@ -0,0 +1,3 @@
body {
margin: 0;
}