浏览代码

【会员系统】补充下划线

wangshuai 3 月之前
父节点
当前提交
a0bb5eb3e5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseEmbeddedWindowController.swift

+ 1 - 0
PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseEmbeddedWindowController.swift

@@ -1302,6 +1302,7 @@ class KMPurchaseEmbeddedWindowController: NSWindowController {
         let firmFont = NSFont.SFProTextRegularFont(14.0) // 与普通文本相同的字体
         attri.addAttributes([
             .foregroundColor: NSColor(named: "0E1114") ?? NSColor.black as Any,
+            .underlineStyle: NSUnderlineStyle.single.rawValue,
             .font: firmFont
         ], range: (fireFullString as NSString).range(of: enterpriseStr))
         attri.addAttributes([