master
ihzero 2023-11-17 15:53:15 +08:00
parent 9abc6b7614
commit 8e7b68678f
3 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,3 @@
ENV = 'development' ENV = 'development'
VUE_APP_BASE_API = 'http://lcny.sk797.cn' VUE_APP_BASE_API = 'https://lcny.sk797.cn'

View File

@ -35,6 +35,9 @@ export default {
<style lang="scss"> <style lang="scss">
@import 'uview-ui/index.scss'; @import 'uview-ui/index.scss';
/*每个页面公共css */ /*每个页面公共css */
uni-modal {
z-index: 999999 !important;
}
body, body,
uni-page-body { uni-page-body {

View File

@ -25,7 +25,7 @@
v-model="password" v-model="password"
/> />
</view> </view>
<button @tap="login()" type="button"> </button> <u-button type="primary" shape="circle" @tap="login()"> </u-button>
<!-- <view class="reg" @tap="reg()"> </view> --> <!-- <view class="reg" @tap="reg()"> </view> -->
</form> </form>
</view> </view>
@ -134,15 +134,7 @@ export default {
padding-top: 80rpx; padding-top: 80rpx;
} }
.t-login button {
font-size: 28rpx;
background: #2796f2;
color: #fff;
height: 90rpx;
line-height: 90rpx;
border-radius: 50rpx;
font-weight: bold;
}
.t-login input { .t-login input {
height: 90rpx; height: 90rpx;