shish před 3 měsíci
rodič
revize
69de174740

+ 1 - 1
hdApp/src/admin/home/login.vue

@@ -617,7 +617,7 @@ export default {
   display: flex;
   flex-direction: column;
   align-items: center;
-  padding: 48upx 0 32upx;
+  padding: 20upx 0 0upx;
 }
 
 .login-logo-wrap {

+ 6 - 5
hdApp/src/admin/home/workbench.vue

@@ -11,7 +11,7 @@
           <view class="login-hero-scrim"></view>
           <view class="status-space" :style="{ height: statusBarHeight + 'px' }"></view>
           <view class="login-hero-inner">
-            <text class="login-hero-title">进货</text>
+            <text class="login-hero-title">花掌柜</text>
             <text class="login-hero-desc">登录查看我的门店,便捷买花</text>
           </view>
         </view>
@@ -34,7 +34,7 @@
             </view>
             <view class="login-card-main">
               <text class="login-card-title">花店进货</text>
-              <text class="login-card-desc">花店登录,进货采购和管理</text>
+              <text class="login-card-desc">花店买花材、采购和管理</text>
             </view>
             <button
               class="login-card-btn login-card-btn--primary"
@@ -774,7 +774,7 @@ export default {
 .login-hero-title {
   display: block;
   color: #161819;
-  font-size: 54upx;
+  font-size: 58upx;
   font-weight: 700;
   line-height: 60upx;
   text-shadow:
@@ -785,8 +785,8 @@ export default {
 .login-hero-desc {
   display: block;
   margin-top: 14upx;
-  color: #6b737c;
-  font-size: 32upx;
+  color: #192129;
+  font-size: 34upx;
   line-height: 44upx;
 }
 
@@ -802,6 +802,7 @@ export default {
   background: #fff;
   border-radius: 20upx;
   box-shadow: 0 8upx 24upx rgba(9, 197, 103, 0.08);
+  margin-top:10upx;
 }
 
 .login-card + .login-card {