diff --git a/public/images/apply/addProject.svg b/public/images/apply/addProject.svg new file mode 100644 index 000000000..3cf886bcd --- /dev/null +++ b/public/images/apply/addProject.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + diff --git a/public/images/apply/addTask.svg b/public/images/apply/addTask.svg new file mode 100644 index 000000000..090f1aa72 --- /dev/null +++ b/public/images/apply/addTask.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + diff --git a/public/images/apply/allUser.svg b/public/images/apply/allUser.svg new file mode 100644 index 000000000..3d145a93b --- /dev/null +++ b/public/images/apply/allUser.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/apply/calendar.svg b/public/images/apply/calendar.svg new file mode 100644 index 000000000..5243eea5d --- /dev/null +++ b/public/images/apply/calendar.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/public/images/apply/createMeeting.svg b/public/images/apply/createMeeting.svg new file mode 100644 index 000000000..c1d209e64 --- /dev/null +++ b/public/images/apply/createMeeting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/apply/file.svg b/public/images/apply/file.svg new file mode 100644 index 000000000..800cfa2f8 --- /dev/null +++ b/public/images/apply/file.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + diff --git a/public/images/apply/joinMeeting.svg b/public/images/apply/joinMeeting.svg index 28b8a98ff..9ae39f7ae 100644 --- a/public/images/apply/joinMeeting.svg +++ b/public/images/apply/joinMeeting.svg @@ -3,25 +3,18 @@ + - - - - - - - - - + + diff --git a/public/images/apply/scan.svg b/public/images/apply/scan.svg new file mode 100644 index 000000000..f0ecc2c8c --- /dev/null +++ b/public/images/apply/scan.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/apply/setting.svg b/public/images/apply/setting.svg new file mode 100644 index 000000000..99a6c4942 --- /dev/null +++ b/public/images/apply/setting.svg @@ -0,0 +1,18 @@ + + + + + + + + + diff --git a/resources/assets/js/components/DrawerOverlay/index.vue b/resources/assets/js/components/DrawerOverlay/index.vue index 1307dd7a5..bd0a651e3 100644 --- a/resources/assets/js/components/DrawerOverlay/index.vue +++ b/resources/assets/js/components/DrawerOverlay/index.vue @@ -5,12 +5,13 @@ :closable="escClosable" :mask-closable="maskClosable" :footer-hide="true" - :transition-names="[$A.isAndroid() ? '' : `drawer-slide-${placement}`, '']" + :transition-names="[$A.isAndroid() ? '' : `drawer-slide-${transitionName}`, '']" :beforeClose="beforeClose" fullscreen :class-name="modalClass"> - +