Compare commits

...

2 Commits

Author SHA1 Message Date
caoqianming 11364180bc Merge branch 'main' into carbon 2025-10-30 08:35:38 +08:00
caoqianming 280b11ad6d feat: css转移到文件夹里 2025-10-30 08:32:47 +08:00
4 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

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

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

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