fix: The top-right logout button sometimes disappears for small screen size (#544)

This commit is contained in:
Gucheng Wang
2022-03-08 21:14:04 +08:00
parent 3602d9b9a7
commit 380cdc5f7e
3 changed files with 10 additions and 8 deletions

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !skipCi
package object
import (
@ -21,7 +23,7 @@ import (
"github.com/casdoor/casdoor/util"
)
func TestProvider(t *testing.T) {
func TestProduct(t *testing.T) {
InitConfig()
product := GetProduct("admin/product_123")