From 36fc4fa64ba5a7fd9f23b33c94c918d4b3ca70e3 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 24 八月 2022 12:17:37 +0800 Subject: [PATCH] Merge branch 'jkwms' of http://47.97.1.152:5880/r/~whycq/wms-app into jkwms --- App.vue | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/App.vue b/App.vue index 61c65ec..5297fa3 100644 --- a/App.vue +++ b/App.vue @@ -416,9 +416,10 @@ color: #7a7a7a; } .title-text { + /* background-color: #000000; */ display: inline-block; height: 100rpx; - width: 10em; + width: 8em; line-height: 110rpx; font-size: 40rpx; font-weight: 700; @@ -448,4 +449,20 @@ border-radius: 20rpx; margin: 20rpx auto 20rpx auto; } + .origin-box { + width: 500rpx; + height: 500rpx; + background-color: #ffffff; + position: relative; + } + .radio { + border-bottom: 1px solid #d8d8d8; + display: inline-block; + margin-left: 15%; + width: 70%; + margin-top: 50rpx; + height: 80rpx; + line-height: 80rpx; + text-align: center; + } </style> -- Gitblit v1.9.1