comparison client/src/staging/Staging.vue @ 1220:d11d5e39c8d0

staging layout
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 19 Nov 2018 16:02:34 +0100
parents 53981be1abe6
children a8b682f3d13d
comparison
equal deleted inserted replaced
1219:53981be1abe6 1220:d11d5e39c8d0
92 filteredData() { 92 filteredData() {
93 return demodata; 93 return demodata;
94 }, 94 },
95 stagingAreaStyle() { 95 stagingAreaStyle() {
96 return [ 96 return [
97 "ui-element staging-card bg-white ml-3 pt-3 mx-auto rounded position-relative", 97 "ui-element staging-card bg-white ml-3 pt-3 mx-auto rounded border-top position-relative",
98 { 98 {
99 stagingcollapsed: !this.showStagingArea, 99 stagingcollapsed: !this.showStagingArea,
100 stagingextended: this.showStagingArea 100 stagingextended: this.showStagingArea
101 } 101 }
102 ]; 102 ];