Files
shopxo/public/static/admin/default/css/cache.css

13 lines
294 B
CSS
Raw Normal View History

2019-12-19 19:07:49 +08:00
.content-right .am-panel {
position: relative;
}
.content-right .am-panel .cache-submit {
2023-08-27 16:10:21 +08:00
width: 7rem;
height: 3.3rem;
2019-12-19 19:07:49 +08:00
position: absolute;
2023-08-27 16:10:21 +08:00
top: -0.1rem;
right: -0.1rem;
2019-12-19 19:07:49 +08:00
border-top-left-radius: 0;
border-bottom-left-radius: 0;
2019-12-19 19:08:20 +08:00
border-bottom-right-radius: 0;
2019-12-19 19:07:49 +08:00
}