Commit cca13487 by 张超军

加蓝边红边

parent 14f431ce
...@@ -875,11 +875,17 @@ $canvasWidth: var(--canvasWidth, 640px); ...@@ -875,11 +875,17 @@ $canvasWidth: var(--canvasWidth, 640px);
align-items: center; align-items: center;
// justify-content: center; // justify-content: center;
.small-drawing2 { .small-drawing2 {
position: absolute;
width: 180px; width: 180px;
height: 180px; height: 180px;
position: relative;
} }
img { img {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: $canvasWidth; width: $canvasWidth;
height: $canvasHeight; height: $canvasHeight;
} }
...@@ -948,6 +954,8 @@ $canvasWidth: var(--canvasWidth, 640px); ...@@ -948,6 +954,8 @@ $canvasWidth: var(--canvasWidth, 640px);
width: 670px !important; width: 670px !important;
height: 670px !important; height: 670px !important;
position: relative; position: relative;
border: 1px solid #055FE7;
border-top: 1px solid #E02020;
} }
/deep/ .tui-image-editor-canvas-container { /deep/ .tui-image-editor-canvas-container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment