|
@@ -435,6 +435,7 @@ class KMScrollPopViewController: KMHomePopViewController {
|
|
boxLabel.mas_makeConstraints { (make) in
|
|
boxLabel.mas_makeConstraints { (make) in
|
|
make?.centerY.equalTo()(0.0)
|
|
make?.centerY.equalTo()(0.0)
|
|
make?.left.equalTo()(8.0)
|
|
make?.left.equalTo()(8.0)
|
|
|
|
+ make?.right.mas_equalTo()(0)
|
|
}
|
|
}
|
|
let textTypography = KMDesignToken.shared.typography(withToken: "dropdown.m.mac-text.def")
|
|
let textTypography = KMDesignToken.shared.typography(withToken: "dropdown.m.mac-text.def")
|
|
var fontFamily: String = textTypography.fontFamily
|
|
var fontFamily: String = textTypography.fontFamily
|