You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .code-selector {
- width: 100%;
- height: 100%;
-
- :global {
- .ant-input-affix-wrapper .ant-input-prefix {
- margin-inline-end: 12px;
- }
-
- .ant-pagination {
- text-align: right;
- }
-
- .ant-input-group-addon {
- display: none;
- }
- }
-
- &__content {
- display: grid;
- grid-template-columns: repeat(3, minmax(0, 1fr));
- gap: 20px;
- width: 100%;
- margin-top: 30px;
- margin-bottom: 30px;
- overflow-x: hidden;
- overflow-y: auto;
- }
- }
|