瀏覽代碼

【fix】【内容编辑】文字块悬浮菜单,更换字体,概率性要点两次才能更换

tangchao 7 月之前
父節點
當前提交
658d20d4b6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      PDF Office/PDF Master/Class/Home/ViewController/KMHomePopViewController.swift

+ 1 - 0
PDF Office/PDF Master/Class/Home/ViewController/KMHomePopViewController.swift

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