Compare commits

..

No commits in common. "11364180bca32cf8e229e0c70341373daa103988" and "2be9f382ed0b1af4c6227cc5fde6c8ee2d7f0637" have entirely different histories.

4 changed files with 2 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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