diff --git a/src/tool/random.ts b/src/tool/random.ts index 9cd278c..f87e4f3 100644 --- a/src/tool/random.ts +++ b/src/tool/random.ts @@ -1,7 +1,7 @@ import { difficultys, Categorys, qualitys, extra_quality, extra_quality_rate, extra_quality_lv } from '@/config'; import * as Equips from '@/config/equips'; -const types = ['weapon', 'arrmor', 'neck', 'ring', 'jewelry', 'bracers', 'pants', 'shoes']; +const types = ['weapon', 'armor', 'neck', 'ring', 'jewelry', 'bracers', 'pants', 'shoes']; const normal: Categorys[] = new Array(); const uniques: Categorys[] = new Array(); const colorfuls: Categorys[] = new Array(); diff --git a/src/views/illustrated/illustrated.vue b/src/views/illustrated/illustrated.vue index b7876f1..47b1ef9 100644 --- a/src/views/illustrated/illustrated.vue +++ b/src/views/illustrated/illustrated.vue @@ -3,7 +3,7 @@ - + diff --git a/src/views/point/point.vue b/src/views/point/point.vue index 8665b51..0f7b186 100644 --- a/src/views/point/point.vue +++ b/src/views/point/point.vue @@ -213,4 +213,61 @@ onBeforeUnmount(() => { } } + +@media only screen and (max-width: 768px) { + + .message { + padding-bottom: 0.5rem; + + p { + margin: 0.5rem; + } + + .tips { + padding-left: 0.8rem; + } + + .btn-div { + padding: 0rem; + padding-right: 1rem; + } + } + + .points { + padding: 0.1rem; + width: 23.5rem; + + .info { + padding: 0.2rem; + } + + } + + .attributes { + padding: 0.05rem 0; + } + + .attribute { + padding: 0.2rem 0rem; + + p { + + span { + margin-left: 0.2rem; + } + } + + .group { + + input { + width: 4rem; + color: black; + height: 1.8rem; + font-size: 0.8rem; + } + + } + } + +} \ No newline at end of file