|
|
@@ -483,8 +483,12 @@ export class CommonGuiDbListTwo {
|
|
|
// commonBtn.width = commonWidthHeight / 0.05 + "px";
|
|
|
// commonBtn.height = commonWidthHeight / 0.05 + "px";
|
|
|
|
|
|
- commonBtn.width = ( addOrUpdateJson.width * 0.05 ) + "px";
|
|
|
- commonBtn.height = ( addOrUpdateJson.width * 0.05 ) + "px";
|
|
|
+ // commonBtn.width = ( addOrUpdateJson.width * 0.05 ) + "px";
|
|
|
+ // commonBtn.height = ( addOrUpdateJson.width * 0.05 ) + "px";
|
|
|
+
|
|
|
+ // 隐藏起来,不让点击到
|
|
|
+ commonBtn.width = ( 0.01 ) + "px";
|
|
|
+ commonBtn.height = ( 0.01 ) + "px";
|
|
|
|
|
|
|
|
|
// 控制颜色
|
|
|
@@ -516,7 +520,8 @@ export class CommonGuiDbListTwo {
|
|
|
commonBtn.color = commonColor;
|
|
|
// 圆角
|
|
|
// commonBtn.cornerRadius = commonWidthHeight / 0.05 * 0.5;
|
|
|
- commonBtn.cornerRadius = ( addOrUpdateJson.width * 0.05) * 0.5;
|
|
|
+ // commonBtn.cornerRadius = ( addOrUpdateJson.width * 0.05) * 0.5;
|
|
|
+ commonBtn.cornerRadius = ( 0.01) * 0.5;
|
|
|
|
|
|
// commonBtn.cornerRadius = (objImageWidthNew / 0.005) * 0.5;
|
|
|
// 背景色
|