common.css 303 B

1234567891011121314151617181920212223242526
  1. :root {
  2. --mainColor: #409EFF;
  3. }
  4. html {
  5. font-size: 14px;
  6. }
  7. .el-table .success-row {
  8. background: #f0f9eb;
  9. }
  10. #main .ql-snow .ql-picker-label {
  11. display: flex;
  12. align-items: center;
  13. }
  14. textarea:focus {
  15. outline: 0;
  16. }
  17. .table {
  18. position: relative;
  19. height: 100%;
  20. height: calc(100% - 80px);
  21. }