Commit 3b459ef4 by NitefullWind

1. 隐藏积分支付选择框。

parent 72a49ada
......@@ -189,6 +189,7 @@
}
#pay_chk {
max-width: 0; max-height: 0;
color: rgb(60,60,60);
font-size: 26px;
}
......@@ -780,6 +781,9 @@
</item>
<item>
<widget class="QCheckBox" name="pay_chk">
<property name="enabled">
<bool>false</bool>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment