Browse Source

optimize:用户预约表UI调整

haopeng 2 years ago
parent
commit
56b42e3b39
2 changed files with 6 additions and 2 deletions
  1. 5 0
      src/pages/home/detailList/index.vue
  2. 1 2
      src/pages/home/index.vue

+ 5 - 0
src/pages/home/detailList/index.vue

@@ -104,7 +104,12 @@ export default {
104
 
104
 
105
 <style lang="less" scoped>
105
 <style lang="less" scoped>
106
   .container {
106
   .container {
107
+    width: 857px;
108
+    height: 504px;
107
     background-color: #FFFFFF;
109
     background-color: #FFFFFF;
110
+    overflow: hidden;
111
+    overflow-y: auto;
112
+    border-radius: 8px;
108
     .row {
113
     .row {
109
       display: flex;
114
       display: flex;
110
       .time, .project-wrapper .project {
115
       .time, .project-wrapper .project {

+ 1 - 2
src/pages/home/index.vue

@@ -241,8 +241,7 @@ export default {
241
       overflow: auto;
241
       overflow: auto;
242
 
242
 
243
       .detail-list {
243
       .detail-list {
244
-        display:flex;
245
-        justify-content: right;
244
+        text-align: right;
246
         color: #FA7D22;
245
         color: #FA7D22;
247
       }
246
       }
248
       .user-info {
247
       .user-info {