.collapse-operation-handler {
  text-align: center;
  color: white;
  background: #808D9A;
  line-height: 40px;
  width: 14px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 120;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}
.collapse-operation-handler svg {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.quick-table-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.quick-table-wrapper .quick-inner-table-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  border: 1px solid rgba(80, 87, 102, 0.2);
  overflow: hidden;
}
.quick-table-wrapper .quick-inner-table-wrapper .operation-in-table {
  display: none;
}
.quick-table-wrapper .quick-inner-table-wrapper .operation-in-table button {
  margin-left: 8px;
}
.quick-table-wrapper .quick-inner-table-wrapper .operation-in-table button:first-of-type {
  margin-left: 0;
}
.quick-table-wrapper .quick-inner-table-wrapper .operation-in-table .dialog-button-wrapper {
  margin-right: 8px;
}
.quick-table-wrapper .quick-inner-table-wrapper .aiot-design-table-row:hover .operation-in-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.quick-table-wrapper .table-title-wrapper,
.quick-table-wrapper .form-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 10px;
  border-bottom: 1px solid #9FA3AA;
}
.quick-table-wrapper .table-title-wrapper:before,
.quick-table-wrapper .form-title-wrapper:before {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: 0;
  background-color: #EE2233;
}
.quick-table-wrapper .table-title-wrapper .title,
.quick-table-wrapper .form-title-wrapper .title {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
}
.quick-table-wrapper .table-title-wrapper .nail-button,
.quick-table-wrapper .form-title-wrapper .nail-button {
  width: 18px;
  height: 18px;
  font-size: 0;
  border: 1px solid #505766;
}
.quick-table-wrapper .table-title-wrapper .nail-button .nail-fixed,
.quick-table-wrapper .form-title-wrapper .nail-button .nail-fixed {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.quick-table-wrapper .form-title-wrapper {
  border-bottom: 1px solid #DBE0E5;
}
.quick-table-wrapper .aiot-table-container {
  height: calc(100% - 47px - 60px) !important;
}
.quick-table-wrapper .aiot-table-container .aiot-table-pagination {
  bottom: -24px;
}
.quick-table-wrapper .aiot-table-container .aiot-design-table-body {
  border-bottom: 1px solid #DBE0E5;
}
.quick-table-wrapper .aiot-table-container .aiot-design-spin-container,
.quick-table-wrapper .aiot-table-container .aiot-design-spin-nested-loading,
.quick-table-wrapper .aiot-table-container .aiot-design-table-wrapper {
  height: 100%!important;
}
.quick-table-wrapper .aiot-table-container .aiot-design-table {
  height: 100%;
}
.quick-table-wrapper .schema-form-wrapper {
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(80, 87, 102, 0.2);
  margin-left: 8px;
  overflow: hidden;
}
.quick-table-wrapper .schema-form-wrapper.schema-form-collapsed {
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
  background: #F4F4F4;
  width: 15px !important;
  overflow: hidden;
  border-radius: 0;
  border: none;
  margin-left: 0;
}
.quick-table-wrapper .schema-form-wrapper.schema-form-collapsed .form-title-wrapper,
.quick-table-wrapper .schema-form-wrapper.schema-form-collapsed .schema-form {
  display: none !important;
}
.quick-table-wrapper .schema-form-wrapper .schema-form {
  background-color: #F9FBFF;
  width: auto;
  height: calc(100% - 47px);
}
.quick-table-wrapper .schema-form-wrapper .schema-form form {
  overflow-y: auto;
}
.quick-table-wrapper .schema-form-wrapper:hover .collapse-operation {
  display: block;
}
.quick-table-wrapper .schema-form-wrapper .collapse-operation {
  text-align: center;
  color: white;
  background: #808D9A;
  line-height: 40px;
  width: 14px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 120;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
  display: none;
}
.quick-table-wrapper .schema-form-wrapper .collapse-operation svg {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.quick-table-wrapper .schema-form-wrapper .collapse-operation.collapse-right {
  border-radius: 0px 4px 4px 0px !important;
}
.quick-table-wrapper .schema-form-wrapper .collapse-operation.collapse-left {
  display: block;
}
.quick-table-wrapper .schema-form-wrapper #form-drag {
  position: absolute;
  left: -1px;
  top: 0;
  width: 8px;
  height: 100%;
  background: transparent;
  cursor: ew-resize;
  z-index: 10;
}
