diff --git a/tdrive/frontend/public/index.html b/tdrive/frontend/public/index.html index defcec71..cd2c63d1 100644 --- a/tdrive/frontend/public/index.html +++ b/tdrive/frontend/public/index.html @@ -54,13 +54,13 @@ left: calc(50% - 25px); position: absolute; top: calc(50% - 25px); - width: 50px; + width: 50px; } .path { stroke-dasharray: 1,200; stroke-dashoffset: 0; - animation: + animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite ; @@ -136,22 +136,5 @@ document.getElementById('body').className = 'electron'; } - - - diff --git a/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx b/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx index 5a2abbae..268c4c44 100755 --- a/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx +++ b/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx @@ -61,25 +61,22 @@ export default class UserParameter extends Component { if (this.state.page === 1) { return (
-
{this.state.i18n.t('scenes.apps.account.title')}
-
- -
- -
-
-
+ +
+ +
+
); }