feat: 一体机适配
This commit is contained in:
11
App.vue
11
App.vue
@@ -10,7 +10,6 @@ usePageAnimation();
|
||||
const appword = 'aKd20dbGdFvmuwrt'; // 固定值
|
||||
|
||||
onLaunch((options) => {
|
||||
uni.hideTabBar();
|
||||
useDictStore().getDictData();
|
||||
try {
|
||||
getUserInfo();
|
||||
@@ -131,6 +130,7 @@ function loginCallback(userInfo) {
|
||||
@import '@/common/animation.css';
|
||||
@import '@/common/common.css';
|
||||
|
||||
|
||||
/* 修改pages tabbar样式 H5才有效 */
|
||||
.uni-tabbar .uni-tabbar__item:nth-child(4) .uni-tabbar__bd .uni-tabbar__icon {
|
||||
width: 108rpx !important;
|
||||
@@ -163,15 +163,6 @@ uni-modal,
|
||||
z-index: 998;
|
||||
}
|
||||
|
||||
/* toast大小改为rpx */
|
||||
uni-toast .uni-sample-toast {
|
||||
width: 300rpx !important;
|
||||
}
|
||||
uni-toast .uni-simple-toast__text{
|
||||
font-size: 30rpx !important;
|
||||
padding: 15rpx 25rpx;
|
||||
border-radius: 15rpx !important;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: DingTalk JinBuTi;
|
||||
|
||||
Reference in New Issue
Block a user