Commit b106f509 authored by IvyXia123's avatar IvyXia123

6改7

parent 2b6d094c
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
data() { data() {
return { return {
currentTime: '07:00', currentTime: '07:00',
minHour: 6, minHour: 7,
maxHour: 22, maxHour: 22,
dateVal: '', dateVal: '',
dateShow: false, dateShow: false,
......
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
box-sizing: border-box; box-sizing: border-box;
/* title */ /* title */
.evaluate-content-title { .evaluate-content-title {
padding: 20 * @toVw 0; padding: 15 * @toVw 0;
text-align: center; text-align: center;
letter-spacing: 1px; letter-spacing: 1px;
font-size: 18 * @toVw; font-size: 18 * @toVw;
...@@ -284,10 +284,10 @@ ...@@ -284,10 +284,10 @@
/* 输入框 */ /* 输入框 */
.checkbox-put { .checkbox-put {
width: 100%; width: 100%;
padding-bottom: 29 * @toVw; padding-bottom: 6.733333vw;
.checkbox-put-contenteditable { .checkbox-put-contenteditable {
width: 100%; width: 100%;
height: 170 * @toVw; height: 43.333333vw;
padding: 10 * @toVw; padding: 10 * @toVw;
overflow: auto; overflow: auto;
border: 1px solid #E2E2E2; border: 1px solid #E2E2E2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment