#63
样式优化
Showing
6 changed files
with
6 additions
and
5 deletions
... | @@ -438,7 +438,7 @@ module.exports = { | ... | @@ -438,7 +438,7 @@ module.exports = { |
438 | }, | 438 | }, |
439 | contact: { | 439 | contact: { |
440 | t1: "Contact us for more product information.", | 440 | t1: "Contact us for more product information.", |
441 | t2: "Leave your contact or call us at 2983 8866.", | 441 | t2: "Leave your contact or call us at (852) 2983 8866.", |
442 | form: { | 442 | form: { |
443 | Title: "Title", | 443 | Title: "Title", |
444 | Name: "Name", | 444 | Name: "Name", | ... | ... |
... | @@ -450,7 +450,7 @@ module.exports = { | ... | @@ -450,7 +450,7 @@ module.exports = { |
450 | }, | 450 | }, |
451 | contact: { | 451 | contact: { |
452 | t1: "如欲了解我們的產品,歡迎聯絡我們。", | 452 | t1: "如欲了解我們的產品,歡迎聯絡我們。", |
453 | t2: "想了解更多?致電2983 8866 聯絡我們。", | 453 | t2: "想了解更多?致電 (852)2983 8866 聯絡我們。", |
454 | form: { | 454 | form: { |
455 | Title: "稱呼", | 455 | Title: "稱呼", |
456 | Name: "姓名", | 456 | Name: "姓名", | ... | ... |
... | @@ -453,7 +453,7 @@ module.exports = { | ... | @@ -453,7 +453,7 @@ module.exports = { |
453 | }, | 453 | }, |
454 | contact: { | 454 | contact: { |
455 | t1: "如欲了解我们的产品,欢迎联系我们。", | 455 | t1: "如欲了解我们的产品,欢迎联系我们。", |
456 | t2: "想了解更多?致电2983 8866 联系我们。", | 456 | t2: "想了解更多?致电 (852)2983 8866 联系我们。", |
457 | form: { | 457 | form: { |
458 | Title: "称呼", | 458 | Title: "称呼", |
459 | Name: "姓名", | 459 | Name: "姓名", | ... | ... |
... | @@ -75,6 +75,7 @@ | ... | @@ -75,6 +75,7 @@ |
75 | max-height: 500px; | 75 | max-height: 500px; |
76 | transition: max-height ease-out 0.3s !important; | 76 | transition: max-height ease-out 0.3s !important; |
77 | overflow: scroll; | 77 | overflow: scroll; |
78 | overflow-x: hidden; | ||
78 | 79 | ||
79 | .cell { | 80 | .cell { |
80 | position: relative; | 81 | position: relative; | ... | ... |
... | @@ -279,7 +279,7 @@ | ... | @@ -279,7 +279,7 @@ |
279 | <div class="ipt-wrap-linear"> | 279 | <div class="ipt-wrap-linear"> |
280 | <div class="down-arrow"></div> | 280 | <div class="down-arrow"></div> |
281 | <div class="cont"> | 281 | <div class="cont"> |
282 | <date-picker class="ipt-date" :placeholder="$t('index.contact.form.Time') + '*'" v-model="formData.contactTime" :filtModel="['history']" :cusStyle="{ | 282 | <date-picker class="ipt-date" :placeholder="$t('index.contact.form.Time') + '*'" v-model="formData.contactTime" :filtModel="['history','weekend','holiday']" :cusStyle="{ |
283 | border: 'none !important', | 283 | border: 'none !important', |
284 | 'background-color': 'transparent !important', | 284 | 'background-color': 'transparent !important', |
285 | padding: '16px 24px', | 285 | padding: '16px 24px', | ... | ... |
-
Please register or sign in to post a comment