File tree 5 files changed +434
-501
lines changed 5 files changed +434
-501
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" fm d-flex flex-column"
3
3
v-bind:class =" { 'fm-full-screen': fullScreen }" >
4
4
<navbar ></navbar >
5
- <div class =" row fm-body" >
5
+ <div class =" fm-body" >
6
6
<notification ></notification >
7
7
<context-menu ></context-menu >
8
8
<modal v-if =" showModal" ></modal >
@@ -204,7 +204,10 @@ export default {
204
204
}
205
205
206
206
.fm-body {
207
+ display : flex ;
207
208
height : 100% ;
209
+ margin-right : -15px ;
210
+ margin-left : -15px ;
208
211
position : relative ;
209
212
padding-top : 1rem ;
210
213
padding-bottom : 1rem ;
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" row justify-content-between fm-info-block" >
2
+ <div class =" justify-content-between fm-info-block" >
3
3
<div class =" col-auto" >
4
4
<span v-show =" selectedCount" >
5
5
{{ `${lang.info.selected} ${selectedCount}` }}
@@ -146,6 +146,9 @@ export default {
146
146
147
147
<style lang="scss">
148
148
.fm-info-block {
149
+ display : flex ;
150
+ margin-right : -15px ;
151
+ margin-left : -15px ;
149
152
padding-top : 0.2rem ;
150
153
padding-bottom : 0.4rem ;
151
154
border-bottom : 1px solid #6d757d ;
Original file line number Diff line number Diff line change @@ -272,6 +272,10 @@ export default {
272
272
.fm-additions-cropper {
273
273
overflow : hidden ;
274
274
275
+ & > .row {
276
+ flex-wrap : nowrap ;
277
+ }
278
+
275
279
.cropper-block {
276
280
overflow : hidden ;
277
281
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default {
14
14
acl : null ,
15
15
16
16
// App version
17
- version : '2.1.1 ' ,
17
+ version : '2.1.4 ' ,
18
18
19
19
// this headers will be merged with default headers
20
20
headers : { } ,
You can’t perform that action at this time.
0 commit comments