diff --git a/apps/character/profile-artis.js b/apps/character/profile-artis.js index 60731260..b2d998dc 100644 --- a/apps/character/profile-artis.js +++ b/apps/character/profile-artis.js @@ -115,7 +115,6 @@ export function getArtis(char, artisData) { let artis = []; lodash.forEach(artisData, (arti, idx) => { - console.log(artisData); idx = idx.replace("arti", ""); let ds = arti; let mark = newScore[idx]; diff --git a/resources/character/artis-mark.css b/resources/character/artis-mark.css index 049d2e8f..55f9e87b 100644 --- a/resources/character/artis-mark.css +++ b/resources/character/artis-mark.css @@ -2,6 +2,9 @@ body, .container { width: 650px; } +.container > .cont { + margin-left: 15px; +} .basic .detail .cont { margin: 10px 0; } @@ -10,6 +13,7 @@ body, } .arti-stat { width: 100%; + margin-right: 0; } .mark-table { text-align: center; @@ -53,6 +57,7 @@ body, width: 650px; position: relative; z-index: 2; + padding: 0 10px; } .artis .no-bg { opacity: 0; @@ -85,6 +90,6 @@ body, } .artis .item { height: inherit; - width: 203px; + width: 200px; } /*# sourceMappingURL=artis-mark.css.map */ \ No newline at end of file diff --git a/resources/character/artis-mark.less b/resources/character/artis-mark.less index ebd991cf..94472d35 100644 --- a/resources/character/artis-mark.less +++ b/resources/character/artis-mark.less @@ -2,6 +2,9 @@ body, .container { width: 650px; } +.container > .cont { + margin-left: 15px; +} .basic { .detail { @@ -17,6 +20,7 @@ body, .container { .arti-stat { width: 100%; + margin-right: 0; } .mark-table { @@ -72,6 +76,7 @@ body, .container { width: 650px; position: relative; z-index: 2; + padding: 0 10px; .no-bg { opacity: 0; @@ -112,7 +117,7 @@ body, .container { .item { height: inherit; - width: 203px; + width: 200px; }