Browse Source

feat: 打卡插件样式

text-draggable
xuesinan 4 years ago
parent
commit
d1cccce9ec
  1. 37
      src/App.vue
  2. 4667
      src/assets/index.css
  3. 1
      src/main.js

37
src/App.vue

@ -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>

4667
src/assets/index.css

File diff suppressed because it is too large

1
src/main.js

@ -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);

Loading…
Cancel
Save