* Code for view refactors in admin .

This commit is contained in:
guofeilong
2023-03-02 14:34:20 +08:00
parent 7989ef5e0f
commit 75b2f2abe6
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -84,7 +84,8 @@
/* css for without internet */
.main.without-internet {display: flex; flex-wrap: wrap;}
.main.without-internet > .plug.panel {flex: 1 1 60%; margin-bottom: unset; margin-right: 16px;}
.main.without-internet > .plug.panel {flex: 1 1 60%; margin-bottom: unset;}
.main.without-internet > .bottom {flex: 1 1 100%;}
.main.without-internet > .bottom > .official.panel {margin-right: unset;}
.main.without-internet > .bottom > .official.panel > .main-panel {flex-direction: row-reverse;}
+1 -1
View File
@@ -26,7 +26,7 @@
<img src="static/svg/admin-<?php echo $menuKey;?>.svg"/>
<?php echo $menu['name'];?>
</div>
<?php echo html::a($config->admin->helpURL[$menuKey], "<i class='icon icon-help'></i> ", '_blank', 'class="text-muted setting-help"');?>
<?php echo html::a($config->admin->helpURL[$menuKey], "<i title={$lang->help} class='icon icon-help'></i> ", '_blank', 'class="text-muted setting-help"');?>
</h4>
<p class="text-muted setting-desc" title="<?php echo $menu['desc'];?>"><?php echo $menu['desc'];?></p>
</button>