缓存页面样式优化

This commit is contained in:
devil_gong 2019-12-19 19:07:49 +08:00
parent 4f0b37b14a
commit 046d4e845c

View File

@ -1 +1,12 @@
.cache-submit { margin: -33px 5px 0px 0px; }
.content-right .am-panel {
position: relative;
}
.content-right .am-panel .cache-submit {
width: 70px;
height: 33px;
position: absolute;
top: -1px;
right: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}