Compare commits

..

No commits in common. "8e0047966845c751d12f1092d7b3b0b55410f406" and "787f42a801bc0433ab04d4640bb6a4d7eca885d1" have entirely different histories.

6 changed files with 4 additions and 20 deletions

1
.gitignore vendored
View File

@ -130,4 +130,3 @@ dist
.pnp.* .pnp.*
.idea .idea
.DS_Store

View File

@ -28,6 +28,5 @@
"webpack": "^5.89.0", "webpack": "^5.89.0",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1" "webpack-dev-server": "^4.15.1"
}, }
"packageManager": "pnpm@8.0.0"
} }

View File

@ -1,6 +1,6 @@
@import "constant"; @import "constant";
.halo-render.drive { .drive {
border: 1px solid @secondary-light; border: 1px solid @secondary-light;
border-radius: @border-radius; border-radius: @border-radius;
padding: 10px; padding: 10px;

View File

@ -2,7 +2,7 @@
@git-color: #3478CD; @git-color: #3478CD;
.halo-render.git { .git {
display: flex; display: flex;
gap: 10px; gap: 10px;
border: 1px solid #ececec; border: 1px solid #ececec;

View File

@ -32,19 +32,6 @@
font-family: iconfont, sans-serif; font-family: iconfont, sans-serif;
font-size: 16px; font-size: 16px;
} }
img, a {
width: initial;
height: initial;
min-width: initial;
min-height: initial;
max-width: initial;
max-height: initial;
border-radius: initial;
border: initial;
margin: initial;
padding: initial;
}
} }
.halo-render-wrapper { .halo-render-wrapper {

View File

@ -2,13 +2,12 @@
@border-width: 6px; @border-width: 6px;
@border-type: solid; @border-type: solid;
.halo-render.tips { .tips {
position: relative; position: relative;
padding: 15px 15px; padding: 15px 15px;
border-left-style: @border-type; border-left-style: @border-type;
border-left-width: @border-width; border-left-width: @border-width;
border-radius: @border-radius; border-radius: @border-radius;
color: #333333;
border-left-color: #818181; border-left-color: #818181;
background-color: #F4F4F4; background-color: #F4F4F4;