12345678910111213141516171819202122232425 |
- @charset "utf-8";
- #setting-index {
- .ant-card.plus {
- text-align: center;
- cursor: pointer;
- }
- .ant-card {
- margin-bottom: 20px;
- }
- .delete-button {
- position: absolute;
- right: 10px;
- top: 10px;
- }
- .ant-upload {
- img {
- max-width: 100px;
- max-height: 100px;
- }
- }
- }
|