mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 04:53:00 +08:00
13 lines
205 B
CSS
13 lines
205 B
CSS
/**
|
|
* 快递
|
|
*/
|
|
.express-list .edit-submit,
|
|
.express-list .delete-submit {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 0.2rem;
|
|
right: 1rem;
|
|
}
|
|
.express-list .edit-submit {
|
|
right: 5rem;
|
|
} |