소스 검색

fix: unable to open switch (#726)

tags/0.3.13
bowen 2 년 전
부모
커밋
a693569621
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      web/app/components/app/configuration/config/feature/choose-feature/feature-item/style.module.css

+ 2
- 2
web/app/components/app/configuration/config/feature/choose-feature/feature-item/style.module.css 파일 보기

@@ -1,7 +1,7 @@
.preview {
display: none;
position: fixed;
transform: translate(410px, -54px);
position: absolute;
transform: translate(480px, -54px);
width: 280px;
height: 360px;
background: center center no-repeat;

Loading…
취소
저장