diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 4784f11..d9ccae9 100755 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -2252,6 +2252,10 @@ body { overflow-y: auto; } +.overflow-y-hidden { + overflow-y: hidden; +} + .overflow-y-scroll { overflow-y: scroll; } diff --git a/src/components/Dialogs/BufferDialog.vue b/src/components/Dialogs/BufferDialog.vue new file mode 100644 index 0000000..6009649 --- /dev/null +++ b/src/components/Dialogs/BufferDialog.vue @@ -0,0 +1,28 @@ + diff --git a/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGP.vue b/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGP.vue index 630b0ff..5c2d61a 100644 --- a/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGP.vue +++ b/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGP.vue @@ -10,8 +10,14 @@ /> - - + + diff --git a/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGU.vue b/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGU.vue index 0364bf5..4db90a2 100644 --- a/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGU.vue +++ b/src/components/Pages/Anomali/Gangguan/Anomali_LAPPGU.vue @@ -11,7 +11,7 @@ - + -@/utils/helper diff --git a/src/components/Pages/MenuProvider.vue b/src/components/Pages/MenuProvider.vue index fe44e0c..aa4c0bb 100755 --- a/src/components/Pages/MenuProvider.vue +++ b/src/components/Pages/MenuProvider.vue @@ -1,19 +1,21 @@ \ No newline at end of file +