diff --git a/src/components/FloatingBtn.vue b/src/components/FloatingBtn.vue index 635607e..8bc6c61 100644 --- a/src/components/FloatingBtn.vue +++ b/src/components/FloatingBtn.vue @@ -114,6 +114,11 @@ export default { font-size: 1rem; color: #FFF; } + + @media screen and (max-width: 400px) { + right: 1.5rem; + bottom: 1.5rem; + } } .btns-inner { @@ -139,7 +144,7 @@ export default { .btn { margin-top: 1rem; width: 3.2rem; - height: 3.2rem; + height: 3.2rem; background-color: @colorPrimary; } } @@ -207,12 +212,3 @@ export default { } } - - diff --git a/src/components/tools/GenRandomStr.vue b/src/components/tools/GenRandomStr.vue index 372e452..6e3cb99 100644 --- a/src/components/tools/GenRandomStr.vue +++ b/src/components/tools/GenRandomStr.vue @@ -158,9 +158,7 @@ export default { diff --git a/src/components/tools/OtherNewWindow.vue b/src/components/tools/OtherNewWindow.vue index 83b619c..617261a 100644 --- a/src/components/tools/OtherNewWindow.vue +++ b/src/components/tools/OtherNewWindow.vue @@ -70,26 +70,24 @@ export default { diff --git a/src/components/tools/OtherRunJS.vue b/src/components/tools/OtherRunJS.vue index 9be2919..336c7c8 100644 --- a/src/components/tools/OtherRunJS.vue +++ b/src/components/tools/OtherRunJS.vue @@ -93,7 +93,7 @@ export default { window.eval(this.input.value); } catch (err) { - + let time = new Date(); output.id += 1; diff --git a/src/views/Home.vue b/src/views/Home.vue index bfcf441..46a2139 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -38,7 +38,7 @@ -
+
diff --git a/src/views/Tools.vue b/src/views/Tools.vue index 71751a5..9311340 100644 --- a/src/views/Tools.vue +++ b/src/views/Tools.vue @@ -179,7 +179,7 @@ export default { .category { display: flex; - align-items: top; + align-items: flex-start; flex-wrap: wrap; justify-content: flex-start; position: relative; diff --git a/src/views/ToolsDetail.vue b/src/views/ToolsDetail.vue index 52d8c67..de2f104 100644 --- a/src/views/ToolsDetail.vue +++ b/src/views/ToolsDetail.vue @@ -56,7 +56,7 @@ export default {