v6.8.0 样式细节优化
parent
fd80993eb0
commit
5c7fb29c2d
|
|
@ -710,10 +710,6 @@
|
|||
/**
|
||||
* 高度
|
||||
*/
|
||||
.ht-auto {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.ht-0 {
|
||||
height: 0 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -188,6 +188,9 @@ button:before {
|
|||
.wh-auto {
|
||||
width: 100% !important;
|
||||
}
|
||||
.ht-auto {
|
||||
height: 100% !important;
|
||||
}
|
||||
.tc {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue