/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wufeng-dashboard-viewlayout-pc-ed {
  box-sizing: border-box;
  width: 100%;
  min-height: 100% !important;
  padding: 5px;
}
.wufeng-dashboard-viewlayout-pc-ed::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.wufeng-dashboard-viewlayout-pc-ed .ued-link {
  width: 100% !important;
  background-color: #fff;
}
.wufeng-dashboard-viewlayout-pc-ed .wufeng-dashboard-img {
  padding: 0 !important;
}
.wufeng-dashboard-viewlayout-pc-ed .wufeng-dashboard-text {
  width: 100% !important;
  height: 100% !important;
  background-color: #fff;
}
.wufeng-dashboard-viewlayout-pc {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 5px;
}
.wufeng-dashboard-viewlayout-pc::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.wufeng-dashboard-viewlayout-pc .wufeng-dashboard-unit {
  float: left;
  box-sizing: border-box;
}
.wufeng-dashboard-viewlayout-pc .ued-link {
  margin: 5px;
  background-color: #fff;
}
.wufeng-dashboard-viewlayout-pc .wufeng-dashboard-img,
.wufeng-dashboard-viewlayout-pc .wufeng-dashboard-text {
  margin: 5px;
  background-color: #fff;
}
