Browse Source

feat: 更新了工作台的图片

test2
wally 4 years ago
parent
commit
885c6e2b65
  1. 1
      CHANGELOG.md
  2. 15
      pages/workbench/workbench.vue
  3. BIN
      static/work.jpg
  4. BIN
      static/work.png

1
CHANGELOG.md

@ -121,6 +121,7 @@
createTask | 修复createTask v-model的问题 | [b20d3f0](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/b20d3f0)
- | defineExpose, defineEmits不需要引入 | [902cacc](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/902cacc)
- | render 修复不显示内嵌插件的问题 | [c546659](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/c546659)
render | 修复了代码片段不能在app上显示的问题 | [fe54729](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/fe54729)
### 📝 文档

15
pages/workbench/workbench.vue

@ -1,14 +1,11 @@
<template>
<image src="../../static/work.png"></image>
<image src="../../static/work.jpg"></image>
</template>
<script>
</script>
<style lang="scss" scoped>
image {
width: 100%;
height: calc(100vh - 44px - var(--status-bar-height));
object-fit: cover;
}
image {
width: 100%;
height: calc(100vh - 44px - var(--status-bar-height));
object-fit: cover;
}
</style>

BIN
static/work.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
static/work.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Loading…
Cancel
Save