zxm 4 年之前
父節點
當前提交
5ba98b3dff
共有 3 個檔案被更改,包括 1158 行新增1420 行删除
  1. +1148
    -1419
      src/views/main_web/workspace.vue
  2. +10
    -1
      static/css/main.css
  3. 二進制
      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;
}

二進制
static/img/downloadImg.png 查看文件

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