소스 검색

[Version] V.3.8

[Adds]
1.客户端显示下载以后的按钮
2.客户端显示拖动上传区域
master
dhj 4 년 전
부모
커밋
f2bf8fa219
3개의 변경된 파일1158개의 추가작업 그리고 1420개의 파일을 삭제
  1. +1148
    -1419
      src/views/main_web/workspace.vue
  2. +10
    -1
      static/css/main.css
  3. BIN
      static/img/downloadImg.png

+ 1148
- 1419
src/views/main_web/workspace.vue
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 10
- 1
static/css/main.css 파일 보기

@@ -4452,7 +4452,7 @@ button:focus {
width: 100%;
height: 100px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.52);
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
}
@@ -8672,4 +8672,13 @@ h5.dulilabel{
}
.right-algin{
text-align: right
}
.downloadIcon{
position: absolute;
width: 48px;
height: 48px;
left: 50%;
top: 33%;
margin-left: -24px;
margin-top: -24px;
}

BIN
static/img/downloadImg.png 파일 보기

Before After
Width: 40  |  Height: 40  |  Size: 1.6 KiB