| 1234567891011121314151617181920212223242526 |
- :root {
- --mainColor: #409EFF;
- }
- html {
- font-size: 14px;
- }
- .el-table .success-row {
- background: #f0f9eb;
- }
- #main .ql-snow .ql-picker-label {
- display: flex;
- align-items: center;
- }
- textarea:focus {
- outline: 0;
- }
- .table {
- position: relative;
- height: 100%;
- height: calc(100% - 80px);
- }
|