这个提交包含在:
lb
2023-09-08 11:23:47 +08:00
父节点 2c2790a473
当前提交 86bc094b89
共有 3 个文件被更改,包括 3 次插入3 次删除

二进制
src/assets/rect-bg.png 普通文件

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 354 KiB

查看文件

@@ -24,7 +24,7 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.rect-container { .rect-container {
background: rgba(45, 230, 196, 0.8); background: url(../../../assets/rect-bg.png) no-repeat 100% / contain; // rgba(45, 230, 196, 0.8);
padding: 0; padding: 0;
width: 624px; width: 624px;
height: 304px; height: 304px;

查看文件

@@ -24,7 +24,7 @@
<RectContainer class="rightMiddle" /> <RectContainer class="rightMiddle" />
<RectContainer class="rightBottom" /> <RectContainer class="rightBottom" />
<div class="main-area" style="background: lightcoral;" /> <div class="main-area" style="background: #fff2;" />
</div> </div>
</template> </template>
@@ -45,7 +45,7 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.main-panel { .main-panel {
background: #cccc; // background: #cccc;
padding: 0 0 24px; padding: 0 0 24px;
position: relative; position: relative;
// top: -28px; // 往上部偏移一点 // top: -28px; // 往上部偏移一点