代码优化
This commit is contained in:
parent
63cdd9ec18
commit
235530f3dc
|
|
@ -244,6 +244,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
deep: true,
|
deep: true,
|
||||||
|
immediate: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
opinionValueOther: {
|
opinionValueOther: {
|
||||||
|
|
@ -423,7 +424,7 @@ export default {
|
||||||
border: 1px solid green;
|
border: 1px solid green;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 50px;
|
/* height: 50px; */
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -435,7 +436,7 @@ export default {
|
||||||
/* border: 1px solid green; */
|
/* border: 1px solid green; */
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 50px;
|
/* height: 50px; */
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -447,7 +448,7 @@ export default {
|
||||||
/* border: 1px solid green; */
|
/* border: 1px solid green; */
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 50px;
|
/* height: 50px; */
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -459,7 +460,7 @@ export default {
|
||||||
border: 1px solid green;
|
border: 1px solid green;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 50px;
|
/* height: 50px; */
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
@ -471,7 +472,7 @@ export default {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 50px;
|
/* height: 50px; */
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue