|
@@ -81,50 +81,72 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="sass">
|
|
|
- .vue-form-wizard
|
|
|
+ .pos
|
|
|
width: 100%
|
|
|
height: 100%
|
|
|
- padding-bottom: 0
|
|
|
- display: flex
|
|
|
- flex-direction: column
|
|
|
- .wizard-header
|
|
|
- display: none
|
|
|
- .wizard-navigation
|
|
|
+ position: absolute
|
|
|
+
|
|
|
+ .vue-form-wizard
|
|
|
width: 100%
|
|
|
- flex-grow: 1
|
|
|
- .wizard-progress-with-circle
|
|
|
- top: 35px
|
|
|
- .wizard-icon-circle
|
|
|
- width: 60px
|
|
|
- height: 60px
|
|
|
- .wizard-tab-content
|
|
|
- padding: 0
|
|
|
- .products
|
|
|
+ height: 100%
|
|
|
+ padding-bottom: 0
|
|
|
+
|
|
|
+ .wizard-header
|
|
|
+ display: none
|
|
|
+
|
|
|
+ .wizard-navigation
|
|
|
+ width: 100%
|
|
|
+ height: 100%
|
|
|
+
|
|
|
+ .wizard-progress-with-circle
|
|
|
+ top: 35px
|
|
|
+
|
|
|
+ .wizard-icon-circle
|
|
|
+ width: 60px
|
|
|
+ height: 60px
|
|
|
+
|
|
|
+ .wizard-tab-content
|
|
|
width: 100%
|
|
|
- height: 100%
|
|
|
- padding: 10px
|
|
|
- display: block
|
|
|
- background: #fff
|
|
|
- .products-container
|
|
|
- width: calc(100% - 300px)
|
|
|
- height: 100%
|
|
|
- padding-right: 5px
|
|
|
- display: inline-block
|
|
|
- .cart-container
|
|
|
- width: 300px
|
|
|
- height: 100%
|
|
|
- border-left: 1px solid #d3d3d3
|
|
|
- padding-left: 10px
|
|
|
- display: inline-block
|
|
|
- vertical-align: top
|
|
|
- .wizard-card-footer
|
|
|
- padding-bottom: 15px
|
|
|
- .wizard-btn
|
|
|
- width: 160px
|
|
|
- height: 40px
|
|
|
- border-radius: 0
|
|
|
- box-shadow: none
|
|
|
- border: none
|
|
|
- &:hover, &:focus
|
|
|
- background: #7c7bad
|
|
|
+ height: calc(100% - 82px)
|
|
|
+ padding: 0
|
|
|
+ overflow: hidden
|
|
|
+
|
|
|
+ .wizard-tab-container
|
|
|
+ width: calc(100% - 20px)
|
|
|
+ height: calc(100% - 20px)
|
|
|
+ margin: 10px
|
|
|
+
|
|
|
+ .products
|
|
|
+ width: 100%
|
|
|
+ height: 100%
|
|
|
+ display: block
|
|
|
+ background: #fff
|
|
|
+
|
|
|
+ .products-container
|
|
|
+ width: calc(100% - 300px)
|
|
|
+ height: 100%
|
|
|
+ padding-right: 5px
|
|
|
+ display: inline-block
|
|
|
+
|
|
|
+ .cart-container
|
|
|
+ width: 300px
|
|
|
+ height: 100%
|
|
|
+ border-left: 1px solid #d3d3d3
|
|
|
+ padding-left: 10px
|
|
|
+ display: inline-block
|
|
|
+ vertical-align: top
|
|
|
+ .wizard-card-footer
|
|
|
+ width: 100%
|
|
|
+ padding: 10px 10px
|
|
|
+ position: absolute
|
|
|
+ bottom: 0
|
|
|
+
|
|
|
+ .wizard-btn
|
|
|
+ width: 160px
|
|
|
+ height: 40px
|
|
|
+ border-radius: 0
|
|
|
+ box-shadow: none
|
|
|
+ border: none
|
|
|
+ &:hover, &:focus
|
|
|
+ background: #7c7bad
|
|
|
</style>
|