|
|
|
@ -741,8 +741,8 @@ export default { |
|
|
|
flex-direction: column; |
|
|
|
background: #fff; |
|
|
|
border-radius: 8px; |
|
|
|
border: 1px solid #e4e7ed; |
|
|
|
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12); |
|
|
|
border: none; |
|
|
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); |
|
|
|
z-index: 2500; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
@ -1078,17 +1078,16 @@ export default { |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
width: 100%; |
|
|
|
padding: 8px 12px 8px 16px; |
|
|
|
border-bottom: 1px solid #e9edf3; |
|
|
|
background: linear-gradient(180deg, #fafbfd 0%, #f5f8fc 100%); |
|
|
|
padding: 14px 20px 12px; |
|
|
|
border-bottom: 1px solid #ebeef5; |
|
|
|
background: #fff; |
|
|
|
cursor: move; |
|
|
|
} |
|
|
|
.gantt-dialog-title-text { |
|
|
|
font-size: 14px; |
|
|
|
line-height: 20px; |
|
|
|
font-weight: 500; |
|
|
|
color: #5c6778; |
|
|
|
letter-spacing: 0.2px; |
|
|
|
font-size: 16px; |
|
|
|
line-height: 1.4; |
|
|
|
font-weight: 700; |
|
|
|
color: #303133; |
|
|
|
} |
|
|
|
.gantt-dialog-title-actions { |
|
|
|
display: inline-flex; |
|
|
|
@ -1096,23 +1095,23 @@ export default { |
|
|
|
gap: 2px; |
|
|
|
} |
|
|
|
.gantt-dialog-header-icon { |
|
|
|
width: 28px; |
|
|
|
height: 28px; |
|
|
|
width: 24px; |
|
|
|
height: 24px; |
|
|
|
display: inline-flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 16px; |
|
|
|
color: #909399; |
|
|
|
cursor: pointer; |
|
|
|
transition: color 0.2s; |
|
|
|
border-radius: 4px; |
|
|
|
transition: color 0.2s, background 0.2s; |
|
|
|
border-radius: 50%; |
|
|
|
border: none; |
|
|
|
background: none; |
|
|
|
outline: none; |
|
|
|
} |
|
|
|
.gantt-dialog-header-icon:hover { |
|
|
|
color: #303133; |
|
|
|
background: #eef2f8; |
|
|
|
color: #606266; |
|
|
|
background: #f5f5f5; |
|
|
|
} |
|
|
|
.fade-enter-active, |
|
|
|
.fade-leave-active { |
|
|
|
|