Compare commits
2 Commits
2be9f382ed
...
11364180bc
| Author | SHA1 | Date |
|---|---|---|
|
|
11364180bc | |
|
|
280b11ad6d |
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
@import "./theme.css";
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
Loading…
Reference in New Issue