songjianet commented on a change in pull request #6919:
URL: https://github.com/apache/dolphinscheduler/pull/6919#discussion_r752876817
##########
File path:
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.scss
##########
@@ -34,14 +34,35 @@
.minimap {
position: absolute;
- width: 300px;
- height: 200px;
- right: 10px;
- bottom: 10px;
+ right: 0px;
+ bottom: 0px;
border: dashed 1px #e4e4e4;
z-index: 9;
}
+ .scale-slider{
+ position: absolute;
+ height: 140px;
+ width: 70px;
+ right: 0px;
+ bottom: 140px;
+ z-index: 9;
+ display: flex;
+ justify-content: center;
+
+ /deep/ .el-slider__runway{
Review comment:
It is recommended to replace `/deep/` with `::v-deep`.
##########
File path: dolphinscheduler-ui/src/sass/common/index.scss
##########
@@ -80,7 +80,6 @@ body{
//background: #f8fbfe;
}
.conditions-model {
Review comment:
This will conflict with the pr of
https://github.com/apache/dolphinscheduler/pull/6911/files, which requires
local rebase.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]