Browse Source

控件管理/报表填报属性/超级链接/服务器参数

newui
renekton 4 months ago
parent
commit
06c28436c8
  1. 2
      designer-base/src/main/java/com/fine/theme/utils/FineUIStyle.java
  2. 2
      designer-base/src/main/java/com/fr/env/detect/ui/EnvDetectorDialog.java
  3. 6
      designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties

2
designer-base/src/main/java/com/fine/theme/utils/FineUIStyle.java

@ -42,8 +42,6 @@ public interface FineUIStyle {
String PURE_TREE = "pureTree";
String PASTEL_BUTTON = "pastelButton";
String ENV_DECTETOR_BUTTON = "envDetectorButton";
/**
* 添加组件的样式类类似css该方法会接在原样式后方

2
designer-base/src/main/java/com/fr/env/detect/ui/EnvDetectorDialog.java vendored

@ -147,7 +147,7 @@ public class EnvDetectorDialog extends JDialog {
JPanel headerPanel = FRGUIPaneFactory.createBorderLayout_S_Pane();
headerPanel.setBorder(BorderFactory.createEmptyBorder(5, 0, 12, 0));
this.detectButton = new UIButton(buttonStatus.getDesc());
FineUIStyle.setStyle(detectButton, FineUIStyle.ENV_DECTETOR_BUTTON);
FineUIStyle.setStyle(detectButton, FineUIStyle.STYLE_PRIMARY);
detectButton.setToolTipText(buttonStatus.getDesc());
detectButton.addActionListener(event -> {
if (buttonStatus.isNotExecuting()) {

6
designer-base/src/main/resources/com/fine/theme/light/ui/laf/FineLightLaf.properties

@ -1333,9 +1333,3 @@ CellOtherSetPane.height=$Component.defaultHeight
[style]Tree.pureTree = \
background: $fill.normal
[style]Button.envDetectorButton = \
foreground: #FFF; \
background: #2576EF; \
hoverBackground: #2576EF; \
pressedBackground: null

Loading…
Cancel
Save