修复Safari下表格按钮位置错乱 (#109)

This commit is contained in:
Tsln
2021-03-02 19:23:03 +08:00
committed by GitHub
parent 7ab895a5b1
commit 4c0f83a321

View File

@@ -262,4 +262,7 @@ export default {
.crud-opts .crud-opts-right {
margin-left: auto;
}
.crud-opts .crud-opts-right span {
float: left;
}
</style>