@ -138,4 +138,41 @@ body,
color: #1890ff;
font-size: 16px;
}
.border {
border-width: 1px;
.flex-1 {
flex: 1 1 0%;
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
.text-white {
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
.rounded-md {
border-radius: 0.375rem;
</style>
@ -7,6 +7,7 @@ import App from './App.vue';
// eslint-disable-next-line no-unused-vars
import router from './routers/index';
import store from './store/index';
// import '@/assets/index.css';
const app = createApp(App);