From 06403ece3f9b131f19e4bc1b54c176e5ec18b25a Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Wed, 21 Apr 2021 18:42:26 +0200 Subject: [PATCH] =?UTF-8?q?=E5=9B=A0=E4=B8=8D=E6=98=8E=E5=8E=9F=E5=9B=A0,?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E6=97=B6=E4=B8=8A=E4=B8=80=E9=9B=86=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=A2=AB=E9=81=AE=E7=9B=96=E8=80=8C=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=82=B9=E5=8F=96.=E7=AE=80=E5=8D=95=E7=B2=97=E6=9A=B4?= =?UTF-8?q?=E7=9A=84=E8=A7=A3=E5=86=B3=E6=96=B9=E6=B3=95:=E6=8A=8A?= =?UTF-8?q?=E6=89=80=E6=9C=89=E6=8C=89=E9=92=AE=E5=90=91=E5=8F=B3=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E4=B8=80=E4=B8=8B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Play.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Play.vue b/src/components/Play.vue index 8c7c93f..a646571 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -1666,6 +1666,9 @@ export default { cursor: pointer; margin-left: 3px; } +.xgplayer-skin-default .xg-btn-playPrev { + margin-left: 50px; +} .xgplayer-skin-default .xg-btn-quitMiniMode { display: none; }