Skip to content

Commit bd984b4

Browse files
committed
处理调度的样式BUG
1 parent 50582ce commit bd984b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

web/src/apps/workflows/assets/styles/process.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
.process-tabs {
4747
position: $relative;
4848
height: calc(100%);
49-
overflow: hidden;
49+
//overflow: hidden;
5050
&.no-tab{
5151
.process-tab{
5252
display: none;

web/src/apps/workflows/module/dispatch/dashboard/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="time-model">
1818
<template>
1919
<Date-picker
20-
style="width: 250px"
20+
style="width: 430px"
2121
v-model="dataTime"
2222
type="datetimerange"
2323
@on-change="_datepicker"
@@ -380,6 +380,7 @@ export default {
380380
padding: 0;
381381
position: relative;
382382
margin-bottom: 24px;
383+
min-width: 570px;
383384
.dashboard-module-content {
384385
padding: 30px;
385386
position: relative;

0 commit comments

Comments
 (0)