fix filed and step

This commit is contained in:
cookfront
2017-03-09 17:32:44 +08:00
parent c17a4261ec
commit 5387aaae29
7 changed files with 118 additions and 14 deletions
+15 -2
View File
@@ -6,13 +6,13 @@
width: 100%;
overflow: hidden;
@when textarea {
@m hastextarea {
.zan-field__control {
min-height: 60px;
}
}
@when nolabel {
@m nolabel {
.zan-cell__title {
display: none;
}
@@ -23,6 +23,19 @@
}
}
@m disabled {
.zan-field__control {
color: $c-gray-dark;
}
}
@m error {
.zan-field__control,
.zan-cell__title {
color: $c-red;
}
}
.zan-cell__title,
.zan-cell__value {
float: none;
+1 -1
View File
@@ -106,7 +106,7 @@
.zan-step__circle-container {
left: auto;
right: -8px;
right: -9px;
}
.zan-step__line {