瀏覽代碼

Hide using css

tags/v0.11.0
kckckc 2 年之前
父節點
當前提交
8e192d1734
共有 2 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -0
      src/client/ui/templates/tooltipInfo/styles.less
  2. +0
    -2
      src/client/ui/templates/tooltipInfo/tooltipInfo.js

+ 1
- 0
src/client/ui/templates/tooltipInfo/styles.less 查看文件

@@ -1,6 +1,7 @@
@import "../../../css/colors.less";

.uiTooltipInfo {
display: none;
position: absolute;
right: 11px;
bottom: 164px;


+ 0
- 2
src/client/ui/templates/tooltipInfo/tooltipInfo.js 查看文件

@@ -16,8 +16,6 @@ define([

postRender: function () {
this.onEvent('onMobHover', this.onMobHover.bind(this));

this.hide();
},

onMobHover: function (mob) {


Loading…
取消
儲存