28415
This commit is contained in:
@@ -347,13 +347,13 @@ export default {
|
|||||||
|
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
width: 30%;
|
width: 200px;
|
||||||
span {
|
span {
|
||||||
color: #FF4466;
|
color: #FF4466;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.value {
|
.value {
|
||||||
width: 70%;
|
width: calc(100% - 200px);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -394,6 +394,14 @@ export default {
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
border-bottom: 1px solid #D8DDE6;
|
border-bottom: 1px solid #D8DDE6;
|
||||||
|
|
||||||
|
div:first-child {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
div:last-child {
|
||||||
|
width: calc(100% - 200px);
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.textarea {
|
.textarea {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
|||||||
Reference in New Issue
Block a user