调整样式

This commit is contained in:
Anyon 2020-11-02 14:08:14 +08:00
parent a8b01c3e3d
commit 464b84cf0f
5 changed files with 6 additions and 5 deletions

View File

@ -39,7 +39,8 @@ class Fans extends Command
*/ */
protected function configure() protected function configure()
{ {
$this->setName('xadmin:fansall')->setDescription('Wechat Users Data Synchronize for ThinkAdmin'); $this->setName('xadmin:fansall');
$this->setDescription('Wechat Users Data Synchronize for ThinkAdmin');
} }
/** /**

View File

@ -60,7 +60,7 @@
float: left; float: left;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
background-size: 100%; background-size: cover;
background-position: center center background-position: center center
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -299,7 +299,7 @@
[data-lazy-src] { [data-lazy-src] {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
background-size: 100%; background-size: cover;
background-position: center center; background-position: center center;
} }