吉安感知网项目-前端
张含笑
2026-02-27 3d340acc7da65b3b11cf1358f0fd0de23bcfa2e4
applications/task-work-order/src/styles/common/cockpit.scss
@@ -945,12 +945,24 @@
  padding-bottom: 20px;
  .el-button {
    min-width: 88px;
    padding: 4px 16px;
    color: #383874;
    border: none;
    height: 32px;
  }
  .el-button:first-child {
    color: #FFFFFF;
  }
  .el-button.is-disabled,
  .el-button.is-disabled:hover {
    background: #ECECF4;
    border: none;
  }
  .el-button:first-child.is-disabled,
  .el-button:first-child.is-disabled:hover {
    background: #4C34FF;
    border: none;
  }