Browse Source

fix bug

pull/63/head
xiaoz 2 years ago
parent
commit
589fc03cdc
  1. 2
      templates/default/index.php
  2. 2
      templates/default/static/style.css

2
templates/default/index.php

@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
<?php
if( is_login() ) {
?>
<div class="right-button mdui-hidden-xs" style="position: fixed;right:10px;bottom:80px;z-index:99;">
<div class="right-button mdui-hidden-xs" style="position: fixed;right:10px;bottom:80px;z-index:1000;">
<div>
<button title = "快速添加链接" id = "add" class="mdui-fab mdui-color-theme-accent mdui-ripple mdui-fab-mini"><i class="mdui-icon material-icons">add</i></button>
</div>

2
templates/default/static/style.css

@ -89,7 +89,7 @@ footer a{ @@ -89,7 +89,7 @@ footer a{
position:fixed;
right:10px;
bottom:30px;
z-index:99;
z-index:1000;
border-radius: 40px;
/* border:1px solid red; */
}

Loading…
Cancel
Save