|
|
@@ -99,6 +99,7 @@ const [StationStrategyTable] = useVbenVxeGrid({
|
|
99
|
99
|
<style scoped>
|
|
100
|
100
|
.task-detail {
|
|
101
|
101
|
/* padding: 20px; */
|
|
|
102
|
+
|
|
102
|
103
|
/* background-color: #fff;
|
|
103
|
104
|
border-radius: 8px;
|
|
104
|
105
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
|
|
|
@@ -106,15 +107,15 @@ const [StationStrategyTable] = useVbenVxeGrid({
|
|
106
|
107
|
|
|
107
|
108
|
.task-header {
|
|
108
|
109
|
display: flex;
|
|
109
|
|
- justify-content: space-between;
|
|
110
|
110
|
align-items: flex-start;
|
|
111
|
|
- margin-bottom: 20px;
|
|
|
111
|
+ justify-content: space-between;
|
|
112
|
112
|
padding-bottom: 15px;
|
|
|
113
|
+ margin-bottom: 20px;
|
|
113
|
114
|
border-bottom: 1px solid #e8e8e8;
|
|
114
|
115
|
}
|
|
115
|
116
|
|
|
116
|
117
|
.task-header .left h3 {
|
|
117
|
|
- margin: 0 0 10px 0;
|
|
|
118
|
+ margin: 0 0 10px;
|
|
118
|
119
|
font-size: 18px;
|
|
119
|
120
|
color: #333;
|
|
120
|
121
|
}
|
|
|
@@ -135,10 +136,10 @@ const [StationStrategyTable] = useVbenVxeGrid({
|
|
135
|
136
|
}
|
|
136
|
137
|
|
|
137
|
138
|
.table-section h4 {
|
|
138
|
|
- margin: 0 0 15px 0;
|
|
|
139
|
+ margin: 0 0 15px;
|
|
139
|
140
|
font-size: 16px;
|
|
140
|
|
- color: #333;
|
|
141
|
141
|
font-weight: 500;
|
|
|
142
|
+ color: #333;
|
|
142
|
143
|
}
|
|
143
|
144
|
|
|
144
|
145
|
:deep(.vxe-grid) {
|
|
|
@@ -150,8 +151,8 @@ const [StationStrategyTable] = useVbenVxeGrid({
|
|
150
|
151
|
}
|
|
151
|
152
|
|
|
152
|
153
|
:deep(.vxe-header--column) {
|
|
153
|
|
- background-color: #fafafa;
|
|
154
|
154
|
font-weight: 500;
|
|
|
155
|
+ background-color: #fafafa;
|
|
155
|
156
|
}
|
|
156
|
157
|
|
|
157
|
158
|
:deep(.vxe-cell) {
|