mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
fix: The top-right logout button sometimes disappears for small screen size (#544)
This commit is contained in:
@ -16,9 +16,9 @@
|
||||
|
||||
package xlsx
|
||||
|
||||
//import "testing"
|
||||
//
|
||||
//func TestReadSheet(t *testing.T) {
|
||||
// ticket := ReadXlsxFile("../../tmpFiles/example")
|
||||
// println(ticket)
|
||||
//}
|
||||
import "testing"
|
||||
|
||||
func TestReadSheet(t *testing.T) {
|
||||
ticket := ReadXlsxFile("../../tmpFiles/example")
|
||||
println(ticket)
|
||||
}
|
||||
|
Reference in New Issue
Block a user