소스 검색

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) {


불러오는 중...
취소
저장