/* 管理相关 */
.log-system .common-header {
  justify-content: flex-end;
  margin-bottom: 14px;
  margin-top: 20px;
}
.log-system .common-header .search {
  width: 360px;
}
.log-system .export-header {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  gap: 16px;
}
.log-system .export-header .right-search {
  display: flex;
  row-gap: 16px;
  justify-content: flex-end;
}
.log-system .export-header .search-input {
  width: 360px;
}
.log-system .export-header .com-search-btn {
  cursor: pointer;
}
.log-system .log-description-width img {
  width: 140px;
  height: 84px;
}
/* log-notice-sms */
.log-notice-sms .common-header .search,
.log-notice-email .common-header .search {
  width: 360px;
}
.log-notice-sms .choose-select-btn,
.log-notice-email .choose-select-btn {
  width: 100px;
}
.log-notice-sms .choose-select-btn .t-input,
.log-notice-email .choose-select-btn .t-input {
  background: var(--td-brand-color);
}
.log-notice-sms .choose-select-btn .t-input input,
.log-notice-email .choose-select-btn .t-input input,
.log-notice-sms .choose-select-btn .t-input .t-input__suffix svg,
.log-notice-email .choose-select-btn .t-input .t-input__suffix svg {
  color: #fff;
}
.log-notice-sms .choose-select-btn .t-input:focus,
.log-notice-email .choose-select-btn .t-input:focus {
  box-shadow: none;
}
.log-notice-sms .choose-select-btn .t-input--focused,
.log-notice-email .choose-select-btn .t-input--focused {
  box-shadow: none;
}
/* task */
.task .t-form {
  flex-wrap: nowrap;
  gap: 16px;
}
.task .t-form .t-form__label {
  width: auto !important;
  padding-right: 10px !important;
}
.task .t-form .t-form__controls {
  margin-left: 0 !important;
  margin-right: 0;
}
.task .t-form .t-form__item {
  margin-right: 0 !important;
  min-width: auto;
}
.task .t-form .search .t-form__controls {
  width: 200px;
}
.task .t-form .f-btn .t-button {
  margin-right: 16px;
}
.task .task-icon {
  width: 14px;
  height: 14px;
}
.task .t-date-range-picker {
  width: 300px;
}
