lifanagju_citu пре 1 месец
родитељ
комит
3d7f646597
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      pagesA/chart/index.vue

+ 6 - 6
pagesA/chart/index.vue

@@ -778,8 +778,8 @@ onLoad(async (options) => {
     // max-width: 40px;
     // max-height: 40px;
     .enterAvatar{
-      width: 60rpx;
-      height: 60rpx;
+      width: 68rpx;
+      height: 68rpx;
       border-radius: 50%;
       margin: auto;
     }
@@ -894,11 +894,10 @@ onLoad(async (options) => {
     .jobCard {
       padding: 30rpx;
       background: #fbfbfb;
-      margin: 5px;
-      margin-top: 20rpx;
+      margin: 20rpx 5px;
       max-width: unset;
       border-radius: 20rpx;
-      box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
+      box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
       &-title {
         // font-size: 1.2em;
         font-weight: 600;
@@ -1002,7 +1001,8 @@ onLoad(async (options) => {
     max-height: 300rpx;
     border-top: 2rpx solid #EEE;
     background: #fff;
-    padding: 20rpx 40rpx;
+    padding: 20rpx 40rpx 40rpx;
+
     box-sizing: border-box;
     &-tool {
       margin-bottom: 30rpx;