Compare commits
No commits in common. "11364180bca32cf8e229e0c70341373daa103988" and "2be9f382ed0b1af4c6227cc5fde6c8ee2d7f0637" have entirely different histories.
11364180bc
...
2be9f382ed
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
@import "./theme.css";
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
Loading…
Reference in New Issue