Hwt 3 jaren geleden
bovenliggende
commit
8e729e1ed9

+ 945 - 0
operationSupport/src/assets/css/main.css

@@ -0,0 +1,945 @@
+@charset "UTF-8";
+/*主色调*/
+.mainTextColor {
+  color: #0eaeff !important;
+}
+
+.greenText {
+  color: #44d7b6 !important;
+}
+
+.redText {
+  color: #ff7171 !important;
+}
+
+.ashText {
+  color: #dcdcdc !important;
+}
+
+.height100 {
+  min-height: inherit;
+  height: 100%;
+}
+
+.formContent-item_title {
+  font-size: 14px;
+  position: relative;
+  margin-left: 14px;
+  margin-bottom: 20px;
+  font-family: PingFangSC-Medium, PingFang SC;
+}
+
+.formContent-item_title::before {
+  position: absolute;
+  left: -14px;
+  top: 4px;
+  width: 4px;
+  height: 12px;
+  border-radius: 2px;
+  display: block;
+  background: #0eaeff;
+  content: " ";
+}
+
+/deep/ label[for="companyOrgId"] + .el-form-item__content {
+  line-height: 0;
+}
+
+/deep/ .amap-marker-label {
+  border: 0 none;
+  white-space: nowrap;
+  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
+          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
+  border-radius: 5px;
+}
+
+/deep/ .amap-logo,
+/deep/ .amap-copyright {
+  display: none !important;
+}
+
+* {
+  margin: 0;
+  padding: 0;
+  -webkit-box-sizing: border-box;
+          box-sizing: border-box;
+}
+
+html,
+body,
+#app {
+  width: 100%;
+  height: 100%;
+  font-size: 14px;
+  background: #f4f7f9;
+  min-width: 1360px;
+}
+
+ul li {
+  list-style: none;
+  padding: 0px;
+  margin: 0px;
+}
+
+body {
+  font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", Microsoft YaHei, "Helvetica Neue", Helvetica,
 "Hiragino Sans GB", Arial, sans-serif;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+  margin: 0;
+}
+
+textarea,
+textarea::-webkit-input-placeholder {
+  font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", Microsoft YaHei, "Helvetica Neue", Helvetica,
 "Hiragino Sans GB", Arial, sans-serif;
+}
+
+.dmp-app {
+  height: 100%;
+  width: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+}
+
+a {
+  text-decoration: none;
+}
+
+.el-menu--collapse {
+  width: 85px;
+}
+
+.el-table th {
+  background-color: #f5f7fa !important;
+}
+
+.pagination {
+  margin: 20px 0;
+  text-align: right;
+}
+
+.el-button + .el-tooltip {
+  margin-left: 10px;
+}
+
+.el-table {
+  border: 1px solid #e0e1e3;
+}
+
+.el-table th {
+  background: #ffffff !important;
+}
+
+.el-table .warning-row {
+  background: #f8fcff;
+}
+
+.el-table tr:hover {
+  background: #f5f7fa;
+}
+
+.customer-table th {
+  border: none;
+}
+
+.customer-table td,
+.customer-table th.is-leaf {
+  border: none;
+}
+
+.el-table--border,
+.el-table--group {
+  border: none;
+}
+
+.el-table--border::after,
+.el-table--group::after {
+  width: 0;
+}
+
+.customer-table::before {
+  width: 0;
+}
+
+.customer-table .el-table__fixed-right::before,
+.el-table__fixed::before {
+  width: 0;
+}
+
+.el-table__header .el-table-column--selection .cell .el-checkbox {
+  margin-left: 5px;
+}
+
+.el-table-column--selection .cell {
+  padding-left: 10px;
+}
+
+.site-tips {
+  background: #303133;
+  height: auto;
+  max-width: 375px;
+  position: absolute;
+  top: -25px;
+  left: 115px;
+  -webkit-box-shadow: 0px 4px 26px 0px rgba(206, 206, 206, 0.3);
+          box-shadow: 0px 4px 26px 0px rgba(206, 206, 206, 0.3);
+  border-radius: 5px;
+  color: #fff;
+  padding: 12px 14px;
+  z-index: 9999;
+  -webkit-transform: translate(-50%, -120%);
+          transform: translate(-50%, -120%);
+  word-break: break-all;
+}
+
+.site-tips:after {
+  content: " ";
+  position: absolute;
+  bottom: -0.46875vw;
+  left: 50%;
+  margin-left: -0.52083vw;
+  width: 0;
+  height: 0;
+  border-left: 0.52083vw solid transparent;
+  border-right: 0.52083vw solid transparent;
+  border-top: 0.52083vw solid #303133;
+}
+
+.site-tips strong {
+  text-overflow: ellipsis;
+  overflow: hidden;
+  display: block;
+}
+
+.text-tips {
+  background: #ffffff;
+  height: auto;
+  width: auto;
+  position: absolute;
+  z-index: 9999;
+  word-break: break-all;
+  border: 1px solid #4ea0fa;
+  font-size: 12px;
+  padding: 4px 10px;
+  border-radius: 4px;
+}
+
+.text-gray-tips {
+  height: auto;
+  width: auto;
+  position: absolute;
+  z-index: 9999;
+  word-break: break-all;
+  border: 1px solid #4ea0fa;
+  font-size: 12px;
+  padding: 4px 10px;
+  background: #676b77;
+  border: 1px solid rgba(78, 160, 250, 0.6);
+  opacity: 0.6;
+  border-radius: 4px;
+}
+
+.no-scrollbar::-webkit-scrollbar {
+  display: none;
+}
+
+.foot {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: end;
+      -ms-flex-pack: end;
+          justify-content: flex-end;
+}
+
+.foot .selectAll {
+  display: none;
+}
+
+.move-enter-active,
+.move-leave-active {
+  -webkit-transition: opacity 0.5s;
+  transition: opacity 0.5s;
+}
+
+.move-enter,
+.move-leave {
+  opacity: 0;
+}
+
+.el-notification {
+  width: 460px;
+  padding: 15px 20px;
+}
+
+.el-notification .el-notification__group {
+  margin: 0;
+}
+
+.el-notification .el-notification__content {
+  font-size: 14px;
+  line-height: 14px;
+  margin: 0 0 0 0;
+  color: #606266;
+  text-align: justify;
+}
+
+.notice {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+
+.notice img {
+  width: 40px;
+  height: 40px;
+}
+
+.notice .notice-content {
+  -webkit-box-sizing: border-box;
+          box-sizing: border-box;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  margin-left: 15px;
+  border-right: 1px solid #f6f6f6;
+}
+
+.notice .notice-content .title {
+  display: block;
+  height: 14px;
+  font-size: 14px;
+  color: #212226;
+}
+
+.notice .notice-content .nowrap {
+  line-height: 20px;
+  width: 300px;
+  font-size: 12px;
+  color: #424656;
+  text-indent: -0.4em;
+  padding-right: 8px;
+}
+
+.el-notification__closeBtn {
+  position: absolute;
+  top: 40%;
+  right: 15px;
+  cursor: pointer;
+  color: #909399;
+  font-size: 16px;
+}
+
+.notice_icon .el-icon-close:before {
+  content: "关闭";
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  width: 55px;
+  font-size: 12px;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  color: #0eaeff;
+}
+
+.esri-view .esri-view-surface--inset-outline:focus::after {
+  outline: auto 0px Highlight !important;
+  outline: auto 0px -webkit-focus-ring-color !important;
+}
+
+.esri-ui-top-left.esri-ui-corner {
+  display: none;
+}
+
+.map-content-div {
+  width: 100%;
+  height: 100%;
+}
+
+.esri-ui-manual-container > .esri-component {
+  display: none;
+}
+
+#viewDiv {
+  width: 100%;
+  height: 100%;
+}
+
+.pop-template-info {
+  position: absolute;
+  left: 100px;
+  top: 50px;
+  width: auto;
+  height: auto;
+  padding: 0px 20px 20px 20px;
+  -webkit-box-sizing: border-box;
+          box-sizing: border-box;
+  background: rgba(0, 0, 0, 0.5);
+  border: 1px solid #2ddfff;
+  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
+          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
+}
+
+.pop-template-info .el-scrollbar .el-scrollbar__wrap {
+  overflow-x: hidden;
+}
+
+.pop-template-info .devicename {
+  font-size: 18px;
+  font-weight: bold;
+  line-height: 24px;
+  margin: 16px 0;
+  color: #ffffff;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  width: 99%;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
+
+.pop-template-info .devicename .i-icon1 {
+  width: 8px;
+  height: 18px;
+  background: #2ddfff;
+  display: inline-block;
+}
+
+.pop-template-info .devicename .i-icon2 {
+  width: 1px;
+  height: 18px;
+  background: #2ddfff;
+  opacity: 1;
+  display: inline-block;
+  margin-left: 3px;
+  margin-right: 10px;
+}
+
+.pop-template-info .devicename .warn {
+  background: #fd2d72;
+}
+
+.pop-template-info .devicename .offline {
+  background: #afafaf;
+}
+
+.pop-template-info hr {
+  height: 0px;
+  border: none;
+  border-top: 0.01rem solid #fffffc;
+  opacity: 0.5;
+  margin-bottom: 0.1rem;
+}
+
+.pop-template-info .ul-scroller {
+  height: 300px;
+}
+
+.pop-template-info .ul-scroller li {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: justify;
+      -ms-flex-pack: justify;
+          justify-content: space-between;
+  line-height: 24px;
+  padding-right: 10px;
+}
+
+.pop-template-info .ul-scroller li span {
+  font-size: 16px;
+  color: #ffffff;
+  opacity: 0.8;
+}
+
+.pop-template-info .ul-scroller li span:nth-child(1) {
+  text-align-last: justify;
+  padding-right: 40px;
+}
+
+.pop-template-info .ul-scroller li span:nth-child(2) {
+  opacity: 1;
+}
+
+.pop-template-info .ul-scroller li .warn {
+  color: #fd2d72;
+}
+
+/*Upload*/
+.pure-button {
+  width: 150px;
+  height: 40px;
+  line-height: 40px;
+  text-align: center;
+  color: #fff;
+  border-radius: 3px;
+}
+
+.g-core-image-corp-container .info-aside {
+  height: 45px;
+}
+
+.el-upload--text {
+  background-color: #fff;
+  border: 1px dashed #d9d9d9;
+  border-radius: 6px;
+  -webkit-box-sizing: border-box;
+          box-sizing: border-box;
+  width: 360px;
+  height: 180px;
+  text-align: center;
+  cursor: pointer;
+  position: relative;
+  overflow: hidden;
+}
+
+.el-upload--text .el-icon-upload {
+  font-size: 67px;
+  color: #97a8be;
+  margin: 40px 0 16px;
+  line-height: 50px;
+}
+
+.el-upload--text {
+  color: #97a8be;
+  font-size: 14px;
+  text-align: center;
+}
+
+.el-upload--text em {
+  font-style: normal;
+}
+
+.el-fl-left {
+  float: left;
+}
+
+.el-fl-right {
+  float: right;
+}
+
+.search {
+  width: 100%;
+  height: 60px;
+  margin-bottom: 20px;
+  background: #fff;
+  padding: 15px 20px;
+  -webkit-box-sizing: border-box;
+          box-sizing: border-box;
+  border-radius: 6px;
+}
+
+.search .search-btn,
+.search .search-input,
+.search .el-select,
+.search .el-cascader,
+.search .el-date-editor {
+  margin-right: 0.2rem;
+}
+
+.search .search-label {
+  margin-right: 10px;
+  color: #3b4045;
+  font-size: 14px;
+  vertical-align: middle;
+  display: inline-block;
+}
+
+.search .search-input {
+  width: 2.4rem;
+}
+
+.search .search-btn {
+  height: 30px;
+  background: #0eaeff;
+  border-radius: 4px;
+  padding: 9px 8px;
+  -webkit-box-sizing: border-box;
+          box-sizing: border-box;
+  line-height: 10px;
+}
+
+.search .search-btn i {
+  font-size: 14px;
+  display: inline-block;
+  vertical-align: middle;
+}
+
+.search .el-date-editor {
+  width: 400px;
+}
+
+.search .el-date-editor .el-range-separator {
+  padding: 0;
+}
+
+.search:after {
+  visibility: hidden;
+  display: block;
+  font-size: 0;
+  content: " ";
+  clear: both;
+  height: 0;
+}
+
+.el-menu {
+  border: none !important;
+  width: 220px;
+}
+
+.el-menu-item,
+.el-submenu.is-active .el-submenu__title,
+.el-submenu .el-menu-item,
+.el-submenu__title {
+  height: 50px;
+  line-height: 50px !important;
+  padding: 0 0.52083vw;
+  margin: 0 10px;
+  background: #2c354a;
+  border-radius: 32px 0px 0px 32px !important;
+  color: #0eaeff;
+}
+
+.el-menu--collapse .el-submenu__title {
+  padding: 0 10px !important;
+}
+
+.el-menu--collapse .el-menu-item .el-tooltip {
+  padding-left: 10px !important;
+}
+
+.sidebar-el-menu {
+  /*菜单关闭*/
+  /*菜单展开*/
+}
+
+.sidebar-el-menu .el-submenu > .el-submenu__title > .el-submenu__icon-arrow {
+  display: inline;
+}
+
+.sidebar-el-menu .el-submenu > .el-submenu__title > .el-submenu__icon-arrow:before {
+  content: "\e791";
+  color: #ffffff;
+}
+
+.sidebar-el-menu .el-submenu.is-active > .el-submenu__title > .el-submenu__icon-arrow:before {
+  content: "\e791";
+  color: #0eaeff;
+}
+
+.sidebar-el-menu .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
+  -webkit-transform: rotateZ(0deg);
+  transform: rotateZ(0deg);
+  position: absolute;
+  right: 10px;
+}
+
+.sidebar-el-menu .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
+  -webkit-transform: rotateZ(90deg) !important;
+  transform: rotateZ(90deg) !important;
+}
+
+.sidebar-el-menu .el-icon-arrow-down:before {
+  content: "\e791";
+}
+
+/*菜单关闭*/
+.el-submenu > .el-submenu__title .el-submenu__icon-arrow {
+  -webkit-transform: rotateZ(0deg);
+  transform: rotateZ(0deg);
+}
+
+/*菜单展开*/
+.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
+  -webkit-transform: rotateZ(90deg);
+  transform: rotateZ(90deg);
+}
+
+.el-select-dropdown-dark {
+  border: none;
+  background: -webkit-gradient(linear, left bottom, left top, from(#343d55), to(#3b455f));
+  background: linear-gradient(0deg, #343d55 0%, #3b455f 100%);
+  -webkit-box-shadow: 0px 20px 30px 0px rgba(8, 18, 40, 0.15);
+          box-shadow: 0px 20px 30px 0px rgba(8, 18, 40, 0.15);
+  border-radius: 6px;
+}
+
+.el-select-dropdown-dark .popper__arrow {
+  display: none;
+}
+
+.el-select-dropdown-dark .el-select-dropdown__item {
+  font-size: 14px;
+}
+
+.el-select-dropdown-dark .el-select-dropdown__item.hover, .el-select-dropdown-dark .el-select-dropdown__item:hover {
+  background: none;
+  color: #ffffff;
+}
+
+.el-select-dropdown-dark .el-select-dropdown__item.selected {
+  color: #ffffff;
+}
+
+.alert {
+  background-color: rgba(0, 0, 0, 0.6);
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  z-index: 1999;
+  color: #3e3e3e;
+}
+
+.message-box {
+  width: 400px;
+  background: white;
+  border-radius: 6px;
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  -webkit-transform: translate(-50%, -50%);
+          transform: translate(-50%, -50%);
+  padding: 20px 20px 20px 34px;
+  font-size: 16px;
+  -webkit-animation: alertdown 0.2s forwards;
+          animation: alertdown 0.2s forwards;
+}
+
+.message-box .row-1 {
+  color: #424656;
+  margin-bottom: 10px;
+  padding-left: 24px;
+  font-size: 14px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  word-break: break-all;
+  position: relative;
+}
+
+.message-box .row-1 .dmp-icon-btn {
+  color: #ff7171;
+  font-size: 14px;
+  width: 14px;
+  height: 14px;
+  background-size: 14px;
+  margin-right: 10px;
+  position: absolute;
+  left: 0;
+  top: 17px;
+}
+
+.message-box .row-1 .dmp-icon-btn.icon-error {
+  background-image: url("../img/icon_error.png");
+}
+
+.message-box .row-1 .dmp-icon-btn.icon-warning {
+  background-image: url("../img/icon-warning.png");
+}
+
+.message-box .row-1 .dmp-icon-btn.icon-success {
+  background-image: url("/static/imgs/icon-success.png");
+}
+
+.message-box .row-1 .title {
+  width: 273px;
+  line-height: 18px;
+  margin-top: 15px;
+}
+
+.message-box .row-1 .close {
+  position: absolute;
+  top: 0;
+  right: 0;
+  display: inline-block;
+  height: 10px;
+  width: 10px;
+  cursor: pointer;
+  background: url("../../assets/img/icon-close-off.png") no-repeat center;
+  background-size: 10px 10px;
+}
+
+.message-box .row-1 .close:hover {
+  background-image: url("../../assets/img/icon-close-on.png");
+}
+
+.message-box .row-2 {
+  margin-left: 25px;
+  font-size: 12px;
+  color: #ff7171;
+  margin-bottom: 30px;
+  word-break: break-all;
+  width: 273px;
+}
+
+.message-box .row-2.warning {
+  color: #f7b500;
+}
+
+.message-box .row-2.success {
+  color: #424656;
+}
+
+.message-box .row-3 {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: end;
+      -ms-flex-pack: end;
+          justify-content: flex-end;
+}
+
+.message-box .row-3 .el-button {
+  font-size: 12px !important;
+  height: 32px;
+  min-width: 60px;
+  margin-left: 15px;
+}
+
+.message-box.up {
+  -webkit-animation: alertup 0.2s forwards;
+          animation: alertup 0.2s forwards;
+}
+
+.el-pagination.is-background .btn-next,
+.el-pagination.is-background .btn-prev,
+.el-pagination.is-background .el-pager li {
+  width: 30px;
+  height: 30px;
+  background: #ffffff;
+  border: 1px solid #d8d8d8;
+  border-radius: 4px;
+  color: #424656;
+  font-weight: 400;
+}
+
+@font-face {
+  font-family: "iconfont";
+  /* Project id 2167017 */
+  src: url("//at.alicdn.com/t/font_2167017_wrd31fts4a.woff2?t=1623035434172") format("woff2"), url("//at.alicdn.com/t/font_2167017_wrd31fts4a.woff?t=1623035434172") format("woff"), url("//at.alicdn.com/t/font_2167017_wrd31fts4a.ttf?t=1623035434172") format("truetype");
+}
+
+.zoniot_font {
+  font-family: "zoniot_font" !important;
+  color: #0eaeff;
+  font-size: 16px;
+  line-height: 15px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -webkit-text-stroke-width: 0.2px;
+  -moz-osx-font-smoothing: grayscale;
+  cursor: pointer;
+}
+
+.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 14px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -webkit-text-stroke-width: 0.2px;
+  -moz-osx-font-smoothing: grayscale;
+  cursor: pointer;
+}
+
+.zz-table .el-table table i.iconfont {
+  color: #0eaeff;
+}
+
+.search .search-icon {
+  float: right;
+}
+
+.search .search-icon i.iconfont,
+.search .search-icon span.iconfont,
+.search .search-icon span.zoniot_font {
+  margin-right: 20px;
+  color: #0eaeff;
+  font-size: 30px;
+}
+
+.search .search-icon i.zoniot_font {
+  margin-right: 20px;
+  line-height: inherit;
+  color: #0eaeff;
+  font-size: 30px;
+}
+
+.search .search-icon i:last-child {
+  margin-right: 0;
+}
+
+.handle-box i.fr-fs-fc,
+.search i.fr-fs-fc,
+.camerabox i.fr-fs-fc {
+  color: #0eaeff;
+  font-size: 30px;
+}
+
+div.box-40 {
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  -webkit-transform: translate(-50%, -50%);
+          transform: translate(-50%, -50%);
+}
+
+div.box-40 .title {
+  text-align: center;
+  margin-top: 40px;
+}
+
+div.box-40 .title h2 {
+  color: #424656;
+  font-size: 24px;
+}
+
+div.box-40 .title .text-title {
+  color: #aaadba;
+  margin: 10px 0 20px 0;
+}
+
+.re-uplod-style .avatar-uploader .el-upload--text,
+.upload_div .el-upload--text {
+  display: block;
+  border: none;
+  width: inherit;
+  height: inherit;
+  background-color: transparent;
+  color: unset;
+  font-size: unset;
+}
+
+.content .content-right {
+  width: calc(100% - 280px);
+  float: right;
+}
+
+.QRImg {
+  margin: auto;
+  width: 300px;
+  height: 300px;
+  position: relative;
+}
+
+.width100 {
+  width: 100% !important;
+}
+/*# sourceMappingURL=main.css.map */

File diff suppressed because it is too large
+ 2 - 0
operationSupport/src/assets/css/main.css.map


+ 60 - 0
operationSupport/src/assets/css/public-style.css

@@ -0,0 +1,60 @@
+@charset "UTF-8";
+/*主色调*/
+.mainTextColor {
+  color: #0eaeff !important;
+}
+
+.greenText {
+  color: #44d7b6 !important;
+}
+
+.redText {
+  color: #ff7171 !important;
+}
+
+.ashText {
+  color: #dcdcdc !important;
+}
+
+.height100 {
+  min-height: inherit;
+  height: 100%;
+}
+
+.formContent-item_title {
+  font-size: 14px;
+  position: relative;
+  margin-left: 14px;
+  margin-bottom: 20px;
+  font-family: PingFangSC-Medium, PingFang SC;
+}
+
+.formContent-item_title::before {
+  position: absolute;
+  left: -14px;
+  top: 4px;
+  width: 4px;
+  height: 12px;
+  border-radius: 2px;
+  display: block;
+  background: #0eaeff;
+  content: " ";
+}
+
+/deep/ label[for="companyOrgId"] + .el-form-item__content {
+  line-height: 0;
+}
+
+/deep/ .amap-marker-label {
+  border: 0 none;
+  white-space: nowrap;
+  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
+          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
+  border-radius: 5px;
+}
+
+/deep/ .amap-logo,
+/deep/ .amap-copyright {
+  display: none !important;
+}
+/*# sourceMappingURL=public-style.css.map */

+ 9 - 0
operationSupport/src/assets/css/public-style.css.map

@@ -0,0 +1,9 @@
+{
+    "version": 3,
+    "mappings": ";AAAA,UAAU;AAkBV,AAAA,cAAc,CAAC;EACb,KAAK,EAlBS,OAAO,CAkBC,UAAU;CACjC;;AACD,AAAA,UAAU,CAAC;EACT,KAAK,EAlBM,OAAO,CAkBC,UAAU;CAC9B;;AACD,AAAA,QAAQ,CAAC;EACP,KAAK,EApBI,OAAO,CAoBC,UAAU;CAC5B;;AACD,AAAA,QAAQ,CAAC;EACP,KAAK,EAtBI,OAAO,CAsBC,UAAU;CAC5B;;AACD,AAAA,UAAU,CAAC;EACT,UAAU,EAAE,OAAO;EACnB,MAAM,EAAE,IAAI;CACb;;AAED,AAAA,uBAAuB,CAAC;EACtB,SAAS,EAAE,IAAI;EACf,QAAQ,EAAE,QAAQ;EAClB,WAAW,EAAE,IAAI;EACjB,aAAa,EAAE,IAAI;EACnB,WAAW,EAAE,8BAA8B;CAY5C;;AAjBD,AAME,uBANqB,AAMpB,QAAQ,CAAC;EACR,QAAQ,EAAE,QAAQ;EAClB,IAAI,EAAE,KAAK;EACX,GAAG,EAAE,GAAG;EACR,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,GAAG;EAClB,OAAO,EAAE,KAAK;EACd,UAAU,EA/CA,OAAO;EAgDjB,OAAO,EAAE,GAAG;CACb;;AAEH,AAAA,MAAM,CAAC,KAAK,CAAA,AAAA,GAAC,CAAI,cAAc,AAAlB,IAAsB,sBAAsB,CAAC;EACxD,WAAW,EAAE,CAAC;CACf;;AAED,AAAA,MAAM,CAAC,kBAAkB,CAAC;EACxB,MAAM,EAAE,MAAM;EACd,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,kBAAkB;EACxC,aAAa,EAAE,GAAG;CACnB;;AACD,AAAA,MAAM,CAAC,UAAU;AACjB,MAAM,CAAC,eAAe,CAAC;EACrB,OAAO,EAAE,eAAe;CACzB",
+    "sources": [
+        "public-style.scss"
+    ],
+    "names": [],
+    "file": "public-style.css"
+}

+ 654 - 0
operationSupport/src/views/alarmManagement/popups/style.css

@@ -0,0 +1,654 @@
+.system-alarm-type-add /deep/ .dmp-form {
+  border-radius: 2px;
+  border-top: 1px solid #e0e1e3;
+  margin-bottom: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item {
+  width: 24.5%;
+  margin: 0;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__label {
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  text-align: left;
+  padding-right: 20px;
+  background: #f8fcff;
+  display: block;
+  width: 100%;
+  height: 40px;
+  line-height: 40px;
+  font-weight: bold;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__label:before {
+  vertical-align: middle;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:first-child {
+  width: 33.33%;
+  margin: 0;
+  border-left: 1px solid #e0e1e3;
+  border-radius: 2px 0 0 0;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:first-child .el-form-item__label {
+  padding-left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:first-child .el-form-item__content {
+  padding-left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:first-child .el-form-item__content .el-cascader {
+  width: 100% !important;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:first-child .el-form-item__content .el-form-item__error {
+  left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(2) {
+  width: 33.33%;
+  margin: 0;
+  border-radius: 2px 0 0 0;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(2) .el-form-item__label {
+  padding-left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(2) .el-form-item__content {
+  padding-left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(2) .el-form-item__content .el-cascader {
+  width: 100% !important;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(2) .el-form-item__content .el-form-item__error {
+  left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(3) {
+  width: 33.33%;
+  margin: 0;
+  border-right: 1px solid #e0e1e3;
+  border-radius: 2px 0 0 0;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(4) {
+  width: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  position: relative;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  margin-bottom: 0;
+  border-top: 1px dashed #e0e1e3;
+  border-left: 1px solid #e0e1e3;
+  border-right: 1px solid #e0e1e3;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(4) .el-form-item__label {
+  padding-left: 20px;
+  height: 30px;
+  width: -webkit-max-content;
+  width: -moz-max-content;
+  width: max-content;
+  font-size: 12px;
+  font-family: PingFangSC-Regular, PingFang SC;
+  font-weight: 400;
+  color: #424656;
+  background: none;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(4) .el-form-item__content {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(4) .el-form-item__content .el-form-item__error {
+  left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set {
+  height: auto;
+  width: 100%;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .timeduring {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  width: -webkit-max-content;
+  width: -moz-max-content;
+  width: max-content;
+  margin-bottom: 15px;
+  position: relative;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .timeduring .time_picker {
+  border: 1px solid #e0e1e3;
+  margin-right: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .timeduring .time_picker /deep/ .el-form-item {
+  margin-bottom: 0px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .timeduring .time_end {
+  width: 120px;
+  margin-right: 10px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .timeduring .time_end .el-input__inner {
+  border: none;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .timeduring .time_start {
+  width: 120px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .timeduring .time_start .el-input__inner {
+  border: none;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .timeduring .time_start .el-input__prefix:last-child .el-input__icon::after {
+  content: "\E791";
+  color: #d8d8d8;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .add_img {
+  display: block;
+  position: relative;
+  padding-top: 10px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .add_img .icon_add {
+  width: 14px;
+  height: 14px;
+  display: inline-block;
+  background: url("~@/assets/img/menuicon/icon_tianjia.png") center no-repeat;
+  background-size: 100% 100%;
+  margin-right: 10px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item .time_set .time_content .add_img .icon_delete {
+  width: 14px;
+  height: 14px;
+  display: inline-block;
+  background: url("~@/assets/img/menuicon/icon_shanjian.png") center no-repeat;
+  background-size: 100% 100%;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(5) {
+  width: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  height: 91px;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  padding-top: 0px;
+  padding-bottom: 20px;
+  margin-top: 0px;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  border-left: 1px solid #e0e1e3;
+  border-right: 1px solid #e0e1e3;
+  border-bottom: 1px solid #e0e1e3;
+  border-radius: 0 0 2px 2px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(5) .el-form-item__label {
+  padding-left: 32px;
+  width: -webkit-max-content;
+  width: -moz-max-content;
+  width: max-content;
+  font-size: 12px;
+  font-family: PingFangSC-Regular, PingFang SC;
+  font-weight: 400;
+  color: #424656;
+  background: none;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(5) .el-form-item__content {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(5) .el-form-item__content .el-form-item__error {
+  left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(6) {
+  width: 100%;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(6) .el-form-item__label {
+  display: none;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item:nth-child(6) .el-form-item__content {
+  padding: 0;
+  height: auto;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content {
+  width: 100%;
+  padding-right: 20px;
+  height: 70px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .el-select,
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .el-input,
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-selects {
+  width: 100%;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content > .el-form-item__error {
+  top: 50px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content span.txt {
+  display: inline-block;
+  width: 100%;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+  overflow: hidden;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content span.time_txt {
+  display: block;
+  font-size: 12px;
+  width: -webkit-max-content;
+  width: -moz-max-content;
+  width: max-content;
+  position: absolute;
+  right: 10px;
+  color: #424656;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm {
+  width: 100%;
+  margin-top: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table {
+  margin-bottom: 20px;
+  border-radius: 4px;
+  border: 1px solid #d8d8d8;
+  -webkit-box-shadow: none;
+          box-shadow: none;
+  background: none;
+  font-size: 12px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table tbody tr:first-child td {
+  padding-top: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table th {
+  height: 40px;
+  line-height: 0;
+  background: #f8fcff !important;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table .el-table__header-wrapper {
+  height: 40px;
+  line-height: 0;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table .el-table__header-wrapper .el-table__header {
+  position: relative;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table .el-table__header-wrapper .el-table__header thead .cell {
+  position: absolute;
+  top: 10px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td {
+  border: none;
+  height: 40px;
+  line-height: 40px;
+  background: none;
+  padding-bottom: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td:first-child {
+  padding-left: 10px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td div {
+  overflow: initial !important;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td .el-form-item {
+  margin-bottom: 0;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td .el-form-item.is-error .el-form-item__content {
+  margin-bottom: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td .el-form-item .el-form-item__content {
+  width: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td .el-input,
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td .el-select {
+  margin: 0 !important;
+  max-width: 100%;
+  min-width: 100%;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td .el-input .el-input__inner,
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td .el-select .el-input__inner {
+  height: 30px !important;
+  line-height: 30px !important;
+  font-size: 12px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table td .dmp-icon-btn {
+  margin-top: 5px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .lixian_class .avg_table.el-table {
+  width: 100%;
+  border: none;
+  border-left: 1px solid #e0e1e3;
+  border-right: 1px solid #e0e1e3;
+  border-bottom: 1px dashed #e0e1e3;
+  margin-bottom: 0;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .lixian_class > .el-form-item:first-child {
+  width: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  height: 70px;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  padding-top: 0px;
+  margin-top: 20px;
+  line-height: 0;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  border: 1px solid #e0e1e3;
+  border-bottom: none;
+  border-radius: 4px 4px 0 0;
+  margin-bottom: 0;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .lixian_class > .el-form-item:first-child .el-form-item__label {
+  padding-left: 20px;
+  width: 86px;
+  padding-top: 10px;
+  font-size: 12px;
+  font-family: PingFangSC-Regular, PingFang SC;
+  font-weight: 400;
+  color: #424656;
+  background: none;
+  line-height: 0 !important;
+  display: -webkit-inline-box;
+  display: -ms-inline-flexbox;
+  display: inline-flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: end;
+      -ms-flex-pack: end;
+          justify-content: flex-end;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .lixian_class > .el-form-item:first-child .el-form-item__content {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  padding-right: 20px;
+  padding-left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .lixian_class > .el-form-item:first-child .el-form-item__content .el-form-item__error {
+  left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table__empty-block {
+  height: 40px;
+  line-height: 40px;
+  max-height: 40px;
+  min-height: 40px;
+  background-color: #fff;
+}
+
+.system-alarm-type-add /deep/ .dmp-form > .el-form-item > .el-form-item__content .dmp-table_alarm .el-table__empty-block .el-table__empty-text {
+  height: 40px;
+  line-height: 40px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #timeSet {
+  width: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  position: relative;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  height: -webkit-max-content;
+  height: -moz-max-content;
+  height: max-content;
+  padding: 20px 0px 0px 0px;
+  border-left: 1px solid #e0e1e3;
+  border-right: 1px solid #e0e1e3;
+  border-radius: 0 0 4px 4px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #timeSet .el-form-item__label {
+  padding-left: 32px;
+  width: -webkit-max-content;
+  width: -moz-max-content;
+  width: max-content;
+  font-size: 12px;
+  font-family: PingFangSC-Regular, PingFang SC;
+  font-weight: 400;
+  color: #424656;
+  background: none;
+  display: -webkit-inline-box;
+  display: -ms-inline-flexbox;
+  display: inline-flex;
+  -webkit-box-pack: stretch;
+      -ms-flex-pack: stretch;
+          justify-content: stretch;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #timeSet .el-form-item__content {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  height: auto;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #timeSet .el-form-item__content .el-form-item__error {
+  left: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #dayset {
+  width: 100%;
+  height: -webkit-max-content;
+  height: -moz-max-content;
+  height: max-content;
+  border: 1px solid #e0e1e3;
+  border-top: none;
+  border-radius: 0px 0px 4px 4px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #dayset .time_sys {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  padding-left: 100px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #dayset .time_sys .el-switch {
+  margin-right: 10px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #dayset .time_sys .every_day {
+  font-size: 12px;
+  font-family: PingFangSC-Regular, PingFang SC;
+  font-weight: 400;
+  color: #747d87;
+  margin-right: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #dayset .time_sys .ul-time {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #dayset .time_sys .ul-time li .el-checkbox__label {
+  font-size: 12px;
+  font-family: PingFangSC-Regular, PingFang SC;
+  font-weight: 400;
+  color: #747d87;
+  line-height: 17px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #dayset .time_sys .ul-time li:nth-child(n) {
+  margin-right: 20px;
+}
+
+.system-alarm-type-add /deep/ .dmp-form #alarmRuleList .dmp-table .el-table {
+  margin-bottom: 0;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item {
+  width: 32.5%;
+  margin: 0;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:first-child {
+  width: 35%;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:nth-child(3) {
+  border-right: 1px solid #e0e1e3;
+  border-radius: 0 2px 0 0;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:nth-child(4) {
+  width: 100%;
+  border: 1px solid #e0e1e3;
+  border-top: 1px dashed #e0e1e3;
+  border-radius: 0 0 2px 2px;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:nth-child(4) .el-form-item__label {
+  padding-left: 20px;
+  height: 30px;
+  background: none;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:nth-child(4) .el-form-item__content {
+  padding-left: 20px;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:nth-child(4) .el-form-item__content .el-textarea__inner {
+  border: none;
+  padding: 0 !important;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:nth-child(4) .el-form-item__content .el-input__count {
+  right: 0;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:nth-child(5) {
+  width: 100%;
+  border: none;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:nth-child(5) .el-form-item__label {
+  display: none;
+}
+
+.system-alarm-type-add.no-channel /deep/ .dmp-form > .el-form-item:nth-child(5) .el-form-item__content {
+  padding: 0;
+  height: auto;
+}
+/*# sourceMappingURL=style.css.map */

File diff suppressed because it is too large
+ 2 - 0
operationSupport/src/views/alarmManagement/popups/style.css.map


+ 1148 - 0
operationSupport/src/views/buildingManagement/pageJump/popup.css

@@ -0,0 +1,1148 @@
+.device-info_install {
+  width: 100%;
+  height: 100%;
+}
+
+.device-info_install .device_content {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  height: inherit;
+}
+
+.device-info_install .device_content .el-scrollbar .el-scrollbar__wrap {
+  overflow-x: hidden;
+}
+
+.device-info_install .device_content .left_content {
+  width: 440px;
+  height: 100%;
+  background: #ffffff;
+  opacity: 1;
+  border-radius: 4px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+}
+
+.device-info_install .device_content .left_content .form_head {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  padding-left: 20px;
+  height: 60px;
+  border-bottom: 1px solid #eeeeee;
+}
+
+.device-info_install .device_content .left_content .form_head p {
+  font-size: 14px;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  line-height: 19px;
+  color: #212226;
+  opacity: 1;
+}
+
+.device-info_install .device_content .left_content .form_content {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+  padding: 20px 10px;
+  height: calc(100% - 60px);
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_disform {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  padding: 0px 10px;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_disform .set_width {
+  width: 100%;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_dismap {
+  height: 400px;
+  position: relative;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_dismap .form_content_dismap_basic {
+  height: inherit;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_dismap .form_map_input {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  position: absolute;
+  width: 100%;
+  top: 10px;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  z-index: 13;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_dismap .form_map_input .map-input-filter {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_dismap .form_map_input .w100 {
+  width: 80px;
+  margin-right: 7px;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_dismap .form_map_input div:nth-child(2) {
+  margin-left: 7px;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_dismap .form_map_input .map-input-btn {
+  width: 63px;
+  height: 32px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_dismap .form_map_input .map-input-btn /deep/ span {
+  position: relative;
+  margin-left: -2px;
+}
+
+.device-info_install .device_content .left_content .form_content .form_content_dismap .form_map_input .map-input-btn /deep/ span .iconfont {
+  font-size: 14px;
+}
+
+.device-info_install .device_content .right_content {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  padding-left: 10px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  width: calc(100% - 440px);
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+}
+
+.device-info_install .device_content .right_content .right_content_head {
+  height: 60px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  -webkit-box-pack: justify;
+      -ms-flex-pack: justify;
+          justify-content: space-between;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  padding: 27px 20px;
+  background: #ffffff;
+  opacity: 1;
+  border-radius: 4px;
+  border-bottom: 1px solid #eeeeee;
+}
+
+.device-info_install .device_content .right_content .right_content_head .head_text {
+  font-size: 14px;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  line-height: 19px;
+  color: #212226;
+  opacity: 1;
+}
+
+.device-info_install .device_content .right_content .right_content_head .close {
+  width: 40px;
+  height: 40px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  border-radius: 50%;
+}
+
+.device-info_install .device_content .right_content .right_content_head .close .el-icon-close:hover {
+  color: #fff;
+  background-color: #0d87f9;
+  border-radius: 50%;
+}
+
+.device-info_install .device_content .right_content .right_content_info {
+  background: #ffffff;
+  height: calc(100% - 60px);
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+  position: relative;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_class {
+  margin-bottom: 10px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_class .title_txt {
+  font-size: 12px;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  line-height: 16px;
+  color: #212226;
+  opacity: 1;
+  position: relative;
+  bottom: 3px;
+  padding: 0px 20px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_class img {
+  width: 16px;
+  height: 16px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail {
+  margin-top: 20px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  -webkit-box-pack: justify;
+      -ms-flex-pack: justify;
+          justify-content: space-between;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title {
+  width: 300px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul {
+  width: 168px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  height: 30px;
+  border-radius: 4px;
+  border: 1px solid #2787f1;
+  background: #fff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  height: 30px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li img {
+  width: 12px;
+  height: 12px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li .img_tab_door {
+  display: inline-block;
+  width: 12px;
+  height: 12px;
+  background: url("/static/menu-icon/icon_danyuanhu1.png") center no-repeat;
+  background-size: 100% 100%;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li .img_tab_list {
+  display: inline-block;
+  width: 12px;
+  height: 12px;
+  background: url("/static/menu-icon/icon_liebiao2.png") center no-repeat;
+  background-size: 100% 100%;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li span {
+  font-size: 12px;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  line-height: 16px;
+  color: #2787f1;
+  padding-left: 10px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:first-child {
+  border-right: 1px solid #fff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:first-child .img_tab_door {
+  background: url("/static/menu-icon/icon_danyuanhu.png") center no-repeat;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:first-child:hover {
+  background-color: #2787f1;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:first-child:hover .img_tab_door {
+  background: url("/static/menu-icon/icon_danyuanhu1.png") center no-repeat;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:first-child:hover span {
+  color: #fff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:first-child.active {
+  background-color: #2787f1;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:first-child.active .img_tab_door {
+  background: url("/static/menu-icon/icon_danyuanhu1.png") center no-repeat;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:first-child.active span {
+  color: #fff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:last-child span {
+  color: #2787f1;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:last-child:hover {
+  background-color: #2787f1;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:last-child:hover .img_tab_list {
+  background: url("/static/menu-icon/icon_liebiao1.png") center no-repeat;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:last-child:hover span {
+  color: #fff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:last-child.active {
+  background-color: #2787f1;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:last-child.active .img_tab_list {
+  background: url("/static/menu-icon/icon_liebiao1.png") center no-repeat;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title ul li:last-child.active span {
+  color: #fff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title .button_head {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: space-evenly;
+      -ms-flex-pack: space-evenly;
+          justify-content: space-evenly;
+}
+
+.device-info_install .device_content .right_content .right_content_info .title_detail .right_title .button_head .imgsize .upload_class .el-upload {
+  width: 40px;
+  height: 40px;
+  border-radius: 50%;
+  background: transparent;
+  left: 0;
+  top: 0;
+  border: none;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  height: 100px;
+  padding-top: 20px;
+  margin-bottom: 20px;
+  -ms-flex-wrap: nowrap;
+      flex-wrap: nowrap;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .checkbox_style {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  height: initial;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  -webkit-box-align: start;
+      -ms-flex-align: start;
+          align-items: flex-start;
+  padding: 5px 10px 5px 15px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .form_content {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  -ms-flex-wrap: nowrap;
+      flex-wrap: nowrap;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .row_class {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .row_class.addfloo {
+  margin-top: 16px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .row_class.addfloo .last_level {
+  margin-right: 60px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .row_class .el-radio-group {
+  margin-right: 30px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .row_class .label_text {
+  margin-right: 7px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .row_class .w120 {
+  width: 110px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .row_class .w120.wfirst {
+  margin-right: 20px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .row_class .w120.wsecond {
+  margin-right: 30px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .btn_unit {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  -webkit-box-align: end;
+      -ms-flex-align: end;
+          align-items: flex-end;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .progress_class {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -ms-flex-pack: distribute;
+      justify-content: space-around;
+  padding-left: 70px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .progress_class .progress_bar {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  width: 100%;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .progress_class .progress_bar .progress_txt {
+  font-size: 12px;
+  margin-right: 10px;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  line-height: 75px;
+  color: #424656;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .progress_class .progress_bar .el-progress {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_content .progress_class .progress_bar .pro_bar {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_add {
+  -ms-flex-wrap: nowrap;
+      flex-wrap: nowrap;
+  -ms-flex-negative: 1;
+      flex-shrink: 1;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_add .form_content .el-form--label-right .row .col .el-form-item .el-form-item__content .row_class {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -ms-flex-flow: nowrap;
+      flex-flow: nowrap;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_add .form_content .el-form--label-right .row .col .el-form-item .el-form-item__content .row_class .el-radio-group {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_add .form_content .el-form--label-right .row .col .el-form-item .el-form-item__content .row_class .last_level {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-flow: row nowrap;
+          flex-flow: row nowrap;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .head_add .form_content .el-form--label-right .row .col .el-form-item .el-form-item__content .row_class .last_level .label_text {
+  width: 60px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail {
+  height: 140px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_content_detail {
+  width: 220px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail {
+  width: 300px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail .status_detail {
+  padding-left: 25px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -ms-flex-pack: distribute;
+      justify-content: space-around;
+  -ms-flex-wrap: wrap;
+      flex-wrap: wrap;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  width: 100%;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail .status_detail li {
+  width: 50%;
+  -webkit-box-flex: 1;
+      -ms-flex: 1 1 50%;
+          flex: 1 1 50%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  position: relative;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail .status_detail li .row_content i {
+  display: inline-block;
+  width: 10px;
+  height: 10px;
+  border-radius: 50%;
+  margin-right: 10px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail .status_detail li .row_content .normalCount {
+  background: #2ddfff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail .status_detail li .row_content .alarmCount {
+  background: #fd2d72;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail .status_detail li .row_content .offlineCount {
+  background: #b7b7b7;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail .status_detail li .row_content .unusedCount {
+  background: #29b6ff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail .status_detail li .row_content .txt_c {
+  font-size: 12px;
+  font-family: MicrosoftYaHei;
+  color: #7b7f86;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .form_status_detail .status_detail li .txt_content {
+  font-size: 12px;
+  font-family: MicrosoftYaHei;
+  color: #7b7f86;
+  padding-left: 40px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .radio_detail {
+  width: 120px;
+  margin-left: 50px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr .newcontent_detail .radio_detail .chart canvas {
+  cursor: default;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo {
+  border-top: 1px solid #eeeeee;
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1;
+  overflow: auto;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap {
+  height: 100%;
+  position: relative;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content {
+  height: calc(100% - 62px);
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  width: 100%;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  -webkit-box-align: start;
+      -ms-flex-align: start;
+          align-items: flex-start;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags {
+  height: 60px;
+  line-height: 60px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .el-tag {
+  width: 80px;
+  text-align: left;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .el-tag .dbclick_txt {
+  display: inline-block;
+  width: 30px;
+  position: relative;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .el-tag_floor {
+  width: 100px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .button-new-tag {
+  width: 80px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .label_left {
+  display: -webkit-inline-box;
+  display: -ms-inline-flexbox;
+  display: inline-flex;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  width: 80px;
+  height: 60px;
+  font-size: 12px;
+  font-family: MicrosoftYaHei;
+  color: #424656;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .label {
+  width: 80px;
+  text-align: right;
+  padding-right: 10px;
+  line-height: 32px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .unit_left {
+  width: 182px;
+  height: 60px;
+  display: -webkit-inline-box;
+  display: -ms-inline-flexbox;
+  display: inline-flex;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  padding-left: 20px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .unit_left .el-tag {
+  width: 80px;
+  height: 30px;
+  line-height: 30px;
+  text-align: left;
+  position: relative;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .unit_left .el-tag .el-tag__close {
+  position: absolute;
+  top: 0;
+  right: 1px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .unit_left .unit_text {
+  margin-left: 20px;
+  margin-right: 40px;
+  font-size: 12px;
+  font-family: MicrosoftYaHei;
+  line-height: 75px;
+  color: #424656;
+  opacity: 1;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .unit_left_detail {
+  width: 100px;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+  padding: 0px 20px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .unit_left_detail .left_door {
+  font-size: 12px;
+  font-family: MicrosoftYaHei;
+  line-height: 75px;
+  color: #424656;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .unitdetail_info {
+  width: 80px;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  padding: 0;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags {
+  width: calc(100% - 80px);
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .el-tag {
+  margin: 0 20px 20px 0;
+  padding: 0 20px;
+  background-color: #fff;
+  cursor: pointer;
+  font-size: 14px;
+  position: relative;
+  height: 30px;
+  line-height: 30px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .el-tag .el-tag__close {
+  position: absolute;
+  top: 0;
+  right: 0;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .el-tag .el-input {
+  max-width: 120px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .el-tag .el-input__inner {
+  height: 28px;
+  line-height: 28px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .el-tag.active {
+  background-color: #2787f1;
+  color: #fff;
+  text-align: left;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .el-tag.active .el-icon-close {
+  color: #fff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .tags .input-new-tag {
+  max-width: 120px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box .el-fl-left.tags {
+  height: auto;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .floor_unit .box_detail {
+  padding: 0px 10px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .floor_unit .box_detail .el-tabs .el-tabs__header .el-tabs__nav-wrap:after {
+  background-color: #fff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box_add {
+  padding-top: 0px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box_add .tags_detail .door .el-tag {
+  line-height: 28px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box_add .tags_detail .door .el-tag span {
+  color: #fff;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box_add .tags_detail .door .el-tag img {
+  margin-left: 5px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box_add .tags_detail .door .el-tag .set_color {
+  color: #d8d8d8;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .box_add .tags_detail .door .set_border {
+  border: 1px solid #d8d8d8;
+  opacity: 1;
+  border-radius: 4px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .add-floor .button-new-tag {
+  width: 80px;
+  margin-left: 20px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .empty_floor {
+  min-height: 138px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  height: -webkit-max-content;
+  height: -moz-max-content;
+  height: max-content;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .empty_floor p {
+  font-size: 12px;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  line-height: 16px;
+  color: #a6abb6;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .unit_empty {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  min-height: 300px;
+  height: inherit;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .unit_empty span {
+  font-size: 12px;
+  font-family: Microsoft YaHei;
+  font-weight: 400;
+  line-height: 16px;
+  color: #a6abb6;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .unit_empty img {
+  width: 60px;
+  height: 54px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .unit_empty .center_text {
+  height: 100%;
+  min-height: 138px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+  -webkit-box-pack: center;
+      -ms-flex-pack: center;
+          justify-content: center;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content .border_hr {
+  padding: 10px 0px;
+  border-bottom: 1px solid #eeeeee;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .top_content_detail {
+  height: 100%;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfo .door-wrap .footer_btn {
+  height: 62px;
+  position: absolute;
+  bottom: 0;
+  right: 20px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: horizontal;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: row;
+          flex-direction: row;
+  -webkit-box-align: center;
+      -ms-flex-align: center;
+          align-items: center;
+}
+
+.device-info_install .device_content .right_content .right_content_info .floorinfodetail .el-tag_detail.active {
+  background-color: #fff !important;
+  color: #2787f1 !important;
+  border: 1px solid #2787f1;
+  opacity: 1;
+  border-radius: 4px;
+}
+
+.device-info_install .device_content .right_content .right_content_info .head_fr_detail {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-orient: vertical;
+  -webkit-box-direction: normal;
+      -ms-flex-direction: column;
+          flex-direction: column;
+}
+
+.device-info_install .device_content .right_content .detail-tab {
+  width: 100%;
+}
+
+.device-info_install .device_content .el-form-item {
+  margin-bottom: 22px !important;
+}
+
+.device-info_install .device_content .el-form-item .el-form-item__label {
+  line-height: 30px !important;
+}
+
+.mapmark {
+  padding: 0 !important;
+}
+
+.mapmark .el-autocomplete {
+  width: vw(374);
+  z-index: 2;
+  position: absolute;
+  top: vw(20);
+  left: 50%;
+  margin-left: -vw(187);
+}
+
+.mapmark .sys-pop__mapmark_btns {
+  border-top: 1px solid #eaedf3;
+  height: vw(66);
+  padding: vw(12) vw(20);
+  text-align: right;
+}
+
+.mapmark .map_mark_icon {
+  background-image: url("/static/menu-icon/icon_dizhi3.png");
+  background-size: cover;
+  width: vw(20);
+  height: vw(28);
+  position: absolute;
+  top: 0;
+  left: 0;
+}
+
+.mapmark .map_mark_content {
+  padding: vw(5) vw(20);
+  border-radius: vw(2);
+  font-size: vw(14);
+  line-height: vw(22);
+  background: #fff;
+  -webkit-box-shadow: -2px 0px 15px 0px rgba(24, 24, 24, 0.3);
+          box-shadow: -2px 0px 15px 0px rgba(24, 24, 24, 0.3);
+}
+
+.mapmark .amap-marker-content {
+  white-space: initial !important;
+}
+
+.is-disabled span.el-tag {
+  cursor: no-drop !important;
+}
+
+.is-disabled span.el-tag i.el-icon-close {
+  cursor: no-drop !important;
+}
+
+.is-disabled button.el-icon-plus {
+  cursor: no-drop !important;
+}
+/*# sourceMappingURL=popup.css.map */

File diff suppressed because it is too large
+ 2 - 0
operationSupport/src/views/buildingManagement/pageJump/popup.css.map


+ 17 - 13
operationSupport/src/views/newWorkBench/components/workbenchMent/patrolPersonnel.vue

@@ -40,7 +40,6 @@ export default {
       mixins_query: {
         communityId: '',
         date: '',
-        type: ''
       },
       date: '',
       clientOptions: columnOptionsChartStacking(
@@ -64,25 +63,30 @@ export default {
   },
   methods: {
     getData () {
-      // this.$http.get('/sc-community/statisticServiceTrends', this.mixins_query).then(({ data, msg, status }) => {
-      //   if (status == 0 && !!data) {
-      //     let timeDay = [],
-      //       datas = [];
-      //     data.map((item) => {
-      //       timeDay.push(item.date);
-      //       datas.push(item.data);
-      //     });
-      //     this.clientOptions = columnOptionsChart('(分)', timeDay, [{ data: datas, name: '巡更人员任务执行情况' }], [], 10);
-      //   }
-      // });
+      this.$http.get('/sc-community-web/statisticPatrolPersonnelSituation', this.mixins_query).then(({ data, msg, status }) => {
+        debugger
+        console.log('data', data);
+        if (status == 0 && !!data) {
+          let dataName = [];
+          let dataNums = [];
+          let datacompelete = [];
+          data.map((item) => {
+            dataName.push(item.type);
+            dataNums.push(item.nums);
+            datacompelete.push(item.compeleteNums);
+          })
+          this.clientOptions = columnOptionsChartStacking('(个)', dataName, [{ data: dataNums, name: '任务总数' }, { data: datacompelete, name: '已完成' }], [], 10);
+        }
+      })
     },
     changeTime (v) {
       debugger
-      this.mixins_query.date = v;
+      this.mixins_query.date = v + '-01';
       this.getData();
     }
   },
   created () {
+    debugger
     this.mixins_query.date = this.$moment().format('YYYY-MM') + '-01';
     this.date = this.$moment().format('YYYY-MM');
     this.getData();

+ 23 - 23
operationSupport/src/views/newWorkBench/components/workbenchMent/patrolTaskRate.vue

@@ -60,11 +60,11 @@ export default {
       clientOptions: ringType(
         colors,
         [
-          { value: 0, name: '业主' },
-          { value: 0, name: '亲属' },
-          { value: 0, name: '租客' },
-          { value: 0, name: '租户管理员' },
-          { value: 0, name: '普通员工' }
+          { value: 0, name: '待执行' },
+          { value: 0, name: '执行中' },
+          { value: 0, name: '已完成' },
+          { value: 0, name: '已完成(超时)' },
+          { value: 0, name: '已逾期' }
         ],
         {},
         { type: 'number', total: 0 }
@@ -73,24 +73,24 @@ export default {
   },
   methods: {
     getData () {
-      this.$http.get('/sc-community/statisticInspectionTaskType', this.mixins_query).then(({ data, msg, status }) => {
-        if (status == 0 && !!data.datas) {
-          this.clientOptions = ringType(colors, this.eachartObj(data), {}, { type: 'number', total: data.total });
-        } else {
-          this.clientOptions = ringType(
-            colors,
-            [
-              { value: 0, name: '业主' },
-              { value: 0, name: '亲属' },
-              { value: 0, name: '租客' },
-              { value: 0, name: '租户管理员' },
-              { value: 0, name: '普通员工' }
-            ],
-            {},
-            { type: 'number', total: 0 }
-          );
-        }
-      });
+      // this.$http.get('/sc-community/statisticInspectionTaskType', this.mixins_query).then(({ data, msg, status }) => {
+      //   if (status == 0 && !!data.datas) {
+      //     this.clientOptions = ringType(colors, this.eachartObj(data), {}, { type: 'number', total: data.total });
+      //   } else {
+      //     this.clientOptions = ringType(
+      //       colors,
+      //       [
+      //         { value: 0, name: '业主' },
+      //         { value: 0, name: '亲属' },
+      //         { value: 0, name: '租客' },
+      //         { value: 0, name: '租户管理员' },
+      //         { value: 0, name: '普通员工' }
+      //       ],
+      //       {},
+      //       { type: 'number', total: 0 }
+      //     );
+      //   }
+      // });
     },
     changeTime (v) {
       this.mixins_query.date = v + '-01';

+ 793 - 0
operationSupport/src/views/propertyManagement/style.css

@@ -0,0 +1,793 @@
+/deep/ .el-dialog__header {
+  background-color: #f8fcff;
+}
+
+/deep/ .el-dialog__body {
+  padding: 20px 30px 30px;
+}
+
+/deep/ .el-table--fit {
+  border: none;
+}
+
+/deep/ .el-table td:first-child {
+  text-align: center;
+}
+
+/deep/ .el-table th:first-child {
+  text-align: center;
+}
+
+/deep/ .el-table thead {
+  color: #424656;
+}
+
+.dialog-footer {
+  text-align: end;
+}
+
+/deep/ .el-table_1_column_8 div p {
+  width: 230px;
+  overflow: hidden;
+  white-space: nowrap;
+  text-overflow: ellipsis;
+}
+
+.statusColor {
+  color: #ff7f7f;
+}
+
+.add {
+  float: right;
+}
+
+.add img {
+  width: 30px;
+  height: 30px;
+  cursor: pointer;
+}
+
+.complaint .complaint-title {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.complaint .complaint-title-left {
+  width: 4px;
+  height: 12px;
+  background-color: #0eaeff;
+  border-radius: 2px;
+  margin-top: 4px;
+  margin-right: 10px;
+}
+
+.complaint .complaint-title-right {
+  font-family: PingFangSC-Medium, PingFang SC;
+  color: #424656;
+  font-weight: 500;
+}
+
+.complaint .grate-rate {
+  background: #f4f7f9;
+  border-radius: 2px;
+  padding: 10px;
+  color: #424656;
+  font-size: 12px;
+}
+
+.complaint .grate-rate-title {
+  margin-bottom: 20px;
+}
+
+.complaint .grate-text {
+  margin-top: 8px;
+  margin-left: 3px;
+  color: #424656;
+  font-family: PingFangSC-Regular, PingFang SC;
+  font-weight: 400;
+  font-size: 12px;
+}
+
+.complaint .complaint-content {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: justify;
+      -ms-flex-pack: justify;
+          justify-content: space-between;
+  margin: 24px;
+  font-size: 12px;
+}
+
+.complaint .complaint-content .complaint-content-left {
+  color: #424656;
+  margin-right: 13px;
+}
+
+.complaint .complaint-content .complaint-content-right {
+  color: #535766;
+}
+
+.complaint .complaint-content .complaint-content-media {
+  height: 100px !important;
+  overflow: hidden !important;
+}
+
+.complaint .complaint-content .complaint-content-media .media {
+  width: 100%;
+}
+
+.complaint .complaint-images {
+  margin-top: 33px;
+  margin-left: 20px;
+  display: block;
+  max-height: 90px;
+}
+
+.complaint .images {
+  width: 25%;
+  height: 90px;
+  vertical-align: middle;
+  border-radius: 4px;
+  margin-right: 10px;
+}
+
+.complaint .images /deep/ .el-image__preview {
+  background: #ccc;
+  width: 100%;
+  -o-object-fit: fill;
+     object-fit: fill;
+}
+
+.complaint .record {
+  padding: 10px;
+  margin-top: 20px;
+  margin-bottom: 20px;
+  background: #f4f7f9;
+  max-height: 36vh;
+  overflow-y: scroll;
+}
+
+.complaint .record .recored-detali-row {
+  margin: 10px;
+  line-height: 14px;
+  font-size: 14px;
+}
+
+.complaint .record .circle {
+  width: 14px;
+  height: 14px;
+  margin-right: 10px;
+}
+
+.complaint .record .circle + span {
+  margin-right: 10px;
+  font-size: 14px;
+  color: #424656;
+}
+
+.complaint .record .circle + span + span {
+  font-size: 12px;
+  color: #aaadba;
+}
+
+.complaint .record .recored-detali-rows {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  margin-left: 7px;
+}
+
+.complaint .record .recored-detali-rows .record-left {
+  position: absolute;
+  width: 1px;
+  height: 33px;
+  border-radius: 4px;
+  background-color: #0eaeff;
+  margin-left: 10px;
+}
+
+.complaint .record .recored-detali-rows :last-child {
+  margin-top: 7px;
+  margin-left: 26px;
+  width: calc(100% - 100px);
+}
+
+.complaint .record .recored-detali {
+  position: relative;
+}
+
+.complaint .record .recored-detali .last-row-right {
+  position: absolute;
+  right: 10px;
+  bottom: 20px;
+  color: #0eaeff;
+}
+
+.complaint .record .recored-detali .last-row-btn {
+  position: absolute;
+  top: 10px;
+  right: 0px;
+  width: 63px;
+  height: 30px;
+}
+
+.complaint .record .recored-detali .statusColor {
+  color: #ff7f7f;
+}
+
+.complaint .record .columns {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: start;
+      -ms-flex-pack: start;
+          justify-content: flex-start;
+}
+
+.complaint .record .end-row {
+  margin-left: 33px;
+}
+
+.complaint .record .font-size-small {
+  font-size: 12px;
+  margin-bottom: 10px;
+}
+
+.complaint .changeStatus {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  width: 100%;
+  margin-left: 10px;
+  margin-bottom: 20px;
+}
+
+.complaint .changeStatus .changeStatus-left {
+  font-size: 12px;
+  padding-top: 6px;
+  width: 9%;
+  margin-right: 10px;
+  min-width: 60px;
+}
+
+.complaint .changeStatus .changeStatus-right {
+  width: 88%;
+}
+
+.complaint .changeStatus .changeStatus-right .el-select {
+  width: 100%;
+}
+
+.complaint .replay /deep/ .el-form-item__label {
+  font-size: 12px;
+  text-align: start;
+  padding: 0px;
+  margin: 0;
+}
+
+.complaint .replay /deep/ .el-input__count {
+  bottom: -2px;
+  font-size: 12px;
+  -webkit-transform-origin-x: 0;
+  -webkit-transform: scale(0.8);
+}
+
+.phone /deep/.search-btn, .neighbor /deep/.search-btn {
+  height: 31px;
+}
+
+.phone .opt img, .neighbor .opt img {
+  margin-right: 20px;
+  width: 14px;
+  height: 14px;
+  line-height: 14px;
+}
+
+.phone .opt img:last-child, .neighbor .opt img:last-child {
+  margin-right: 0;
+}
+
+.phone .dialog-info /deep/ .el-dialog__header, .neighbor .dialog-info /deep/ .el-dialog__header {
+  display: none;
+}
+
+.phone .dialog-info /deep/ .el-dialog__body, .neighbor .dialog-info /deep/ .el-dialog__body {
+  padding: 0;
+}
+
+.phone .dialog-info .dialog .dialog-header, .neighbor .dialog-info .dialog .dialog-header {
+  position: relative;
+  width: 100%;
+  height: 50px;
+  background-color: #f8fcff;
+}
+
+.phone .dialog-info .dialog .dialog-header .el-dialog__close, .neighbor .dialog-info .dialog .dialog-header .el-dialog__close {
+  position: absolute;
+  right: 10px;
+  top: 10px;
+}
+
+.phone .dialog-info .dialog .dialog-header .dialogTitle, .neighbor .dialog-info .dialog .dialog-header .dialogTitle {
+  position: absolute;
+  top: 10px;
+  left: 24px;
+}
+
+.phone .dialog-info .dialog .dialog-content, .neighbor .dialog-info .dialog .dialog-content {
+  padding: 27px 24px 4px 36px;
+}
+
+.phone .dialog-info .dialog .dialog-content /deep/ .el-select > .el-input, .neighbor .dialog-info .dialog .dialog-content /deep/ .el-select > .el-input {
+  width: 324px;
+}
+
+.phone .dialog-info .dialog .dialog-content /deep/ .el-select, .neighbor .dialog-info .dialog .dialog-content /deep/ .el-select,
+.phone .dialog-info .dialog .dialog-content .dialog-select,
+.neighbor .dialog-info .dialog .dialog-content .dialog-select,
+.phone .dialog-info .dialog .dialog-content .el-select--small,
+.neighbor .dialog-info .dialog .dialog-content .el-select--small {
+  width: 100% !important;
+}
+
+.phone .dialog-info .dialog .dialog-content /deep/ .el-input, .neighbor .dialog-info .dialog .dialog-content /deep/ .el-input,
+.phone .dialog-info .dialog .dialog-content .l-input--small,
+.neighbor .dialog-info .dialog .dialog-content .l-input--small,
+.phone .dialog-info .dialog .dialog-content .el-input--suffix,
+.neighbor .dialog-info .dialog .dialog-content .el-input--suffix {
+  width: 100% !important;
+}
+
+.phone .dialog-info .dialog .dialog-content /deep/ .el-upload, .neighbor .dialog-info .dialog .dialog-content /deep/ .el-upload {
+  width: 92px !important;
+  height: 30px !important;
+}
+
+.phone .dialog-info .dialog .dialog-content .dialog-footer button, .neighbor .dialog-info .dialog .dialog-content .dialog-footer button {
+  width: 68px;
+  height: 30px;
+}
+
+.phone .dialog-info .dialog .dialog-content .dialog-footer .el-button + .el-button, .neighbor .dialog-info .dialog .dialog-content .dialog-footer .el-button + .el-button {
+  margin-left: 15px;
+}
+
+.phone .dialog-delete /deep/ .el-dialog__title, .neighbor .dialog-delete /deep/ .el-dialog__title {
+  font-size: 18px;
+  font-weight: bold;
+}
+
+.phone .dialog-delete .el-button + .el-button, .neighbor .dialog-delete .el-button + .el-button {
+  margin-left: 20px;
+}
+
+.phone .dialog-delete .dialog-deletecontent, .neighbor .dialog-delete .dialog-deletecontent {
+  margin-top: 10px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.phone .dialog-delete .dialog-deletecontent .dialog-icon, .neighbor .dialog-delete .dialog-deletecontent .dialog-icon {
+  width: 45px;
+  height: 45px;
+}
+
+.phone .dialog-delete .dialog-deletecontent .dialog-icon + div, .neighbor .dialog-delete .dialog-deletecontent .dialog-icon + div {
+  margin-left: 10px;
+}
+
+.phone .dialog-delete .dialog-deletecontent .dialog-icon + div :first-child, .neighbor .dialog-delete .dialog-deletecontent .dialog-icon + div :first-child {
+  font-size: 16px !important;
+}
+
+.phone .dialog-delete .dialog-deletecontent .dialog-icon + div p, .neighbor .dialog-delete .dialog-deletecontent .dialog-icon + div p {
+  font-size: 14px;
+  font-weight: bold;
+}
+
+.phone .dialog-delete .dialog-deletecontent .dialog-icon + div p .delete-name, .neighbor .dialog-delete .dialog-deletecontent .dialog-icon + div p .delete-name {
+  color: #ff7f7f;
+}
+
+.inform .dialog-info /deep/ .el-dialog__header {
+  display: none;
+  min-width: 1080px;
+}
+
+.inform .dialog-info /deep/ .el-dialog__body {
+  padding: 0;
+}
+
+.inform .dialog-info .dialog .dialog-header {
+  position: relative;
+  width: 100%;
+  height: 50px;
+  background-color: #f8fcff;
+}
+
+.inform .dialog-info .dialog .dialog-header .el-dialog__close {
+  position: absolute;
+  right: 10px;
+  top: 10px;
+}
+
+.inform .dialog-info .dialog .dialog-header .dialogTitle {
+  position: absolute;
+  top: 13px;
+  left: 24px;
+  font-size: 14px;
+}
+
+.inform .dialog-info .dialog .dialog-contents {
+  width: 101%;
+  height: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.inform .dialog-info .dialog .dialog-contents /deep/ .el-radio-group {
+  margin-left: 10px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left {
+  width: 65%;
+  padding: 0px 20px 40px 24px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .dialog-select {
+  width: 100%;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .dialog-select /deep/ .el-select > .el-input {
+  width: 100%;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .dialog-footer {
+  position: absolute;
+  right: 24px;
+  bottom: 0px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .dialog-footer button {
+  width: 68px;
+  height: 30px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .dialog-footer .el-button + .el-button {
+  margin-left: 15px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left /deep/ .el-range-editor--small.el-input__inner {
+  width: 100% !important;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .issueRoom {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .issueRoom .organ-tree {
+  width: 100%;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .issueRoom /deep/ .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
+  background: #fff !important;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .issueRoom .organ-tree {
+  padding: 0 !important;
+  width: auto;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .issueRoom .organ-tree /deep/ .tree-style-box {
+  margin: 0px 0 5px 0;
+  border-radius: 4px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .radio-room {
+  margin-right: 10px;
+  width: 60%;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .selet-room {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: end;
+      -ms-flex-pack: end;
+          justify-content: flex-end;
+  max-height: 50vh;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-left .selet-room /deep/ .el-input__inner {
+  width: 275px;
+  padding-right: 10px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right {
+  width: 283px;
+  height: 570px;
+  border-radius: 24px;
+  border: 1px solid #e0e1e3;
+  margin: 20px 40px 70px;
+  background-color: #fafcff;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-top {
+  text-align: center;
+  background: white;
+  border-top-right-radius: 28px;
+  border-top-left-radius: 28px;
+  border-bottom: none;
+  padding: 4px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-top img {
+  background: white;
+  width: 100%;
+  width: 234px;
+  height: 8px;
+  text-align: center;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-header {
+  width: 100%;
+  padding: 24px 14px;
+  background: white;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-header :first-child {
+  float: left;
+  line-height: 20px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-header :last-child {
+  font-weight: bold;
+  text-align: center;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .center-padding {
+  padding: 5px 0;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content {
+  background: white;
+  padding: 11px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .dialog-title {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .dialog-title .dialog-titles {
+  font-size: 14px;
+  color: #424656;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .dialog-title .dialog-urgency {
+  border-radius: 15px;
+  width: 36px;
+  height: 15px;
+  line-height: 15px;
+  background-image: -webkit-gradient(linear, left top, right top, from(#f65b5b), to(#ffa3a3));
+  background-image: linear-gradient(to right, #f65b5b, #ffa3a3);
+  font-size: 12px;
+  -webkit-transform-origin-x: 0;
+  -webkit-transform: scale(0.8);
+  margin-left: 2px;
+  margin-top: 2px;
+  color: white;
+  text-align: center;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .dialog-right-time {
+  font-size: 10px;
+  -webkit-transform-origin-x: 0;
+  -webkit-transform: scale(0.9);
+  color: #9ba6af;
+  padding: 3px 0;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .dialog-right-time + div {
+  width: 100%;
+  border-bottom: 1px solid #eeeeee;
+  margin-bottom: 10px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .content {
+  width: 110%;
+  font-size: 10px;
+  color: #e0e1e3;
+  background-color: #fff;
+  -webkit-transform-origin-x: 0;
+  -webkit-transform: scale(0.92);
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .content .content-text {
+  width: 100%;
+  color: #686b78;
+  background-color: #fff;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .content .content-text /deep/ img {
+  max-width: 100%;
+  max-height: 750px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .content .content-inform {
+  width: 100%;
+  text-align: center;
+  margin: 50px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .content .content-inform :first-child {
+  color: #373b49;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .content .file-name {
+  margin: 5px;
+  border-radius: 24px;
+  width: 90%;
+  background: #fafcff;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .content .file-name .file-name-left {
+  color: #0eaeff;
+  font-size: 14px;
+}
+
+.inform .dialog-info .dialog .dialog-contents .dialog-right .dialog-right-content .content .file-name .file-name-right {
+  color: #424656;
+}
+
+.inform .upload-fill {
+  width: 100%;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  position: relative;
+}
+
+.inform .upload-fill /deep/ .el-upload-list__item {
+  background: #f9f9f9;
+}
+
+.inform .upload-fill /deep/ .el-upload--text {
+  width: 100px;
+  height: 32px;
+  margin-right: 10px;
+  border: 1px solid #e0e1e3;
+}
+
+.inform .upload-fill /deep/ .el-upload--text .el-button {
+  border: none;
+  padding: 11px 17px;
+}
+
+.inform .upload-fill .el-upload-text {
+  font-size: 12px !important;
+  color: #d8d8d8;
+}
+
+.inform .upload-fill /deep/ .el-upload-list--text {
+  position: absolute;
+  top: 40px;
+  padding-bottom: 100px;
+  width: 100%;
+}
+
+.inform .upload-fill /deep/ .el-upload-list--text li {
+  width: 30%;
+  float: left;
+  margin-right: 10px;
+  vertical-align: middle;
+  margin: 0 10px 0 0;
+}
+
+.editor-container {
+  border-radius: 4px;
+  margin-top: 10px;
+  border: 1px solid #e0e1e3;
+}
+
+/deep/ .mce-container,
+.mce-container-body {
+  background: #fafcff;
+}
+
+/deep/ .mce-btn-group,
+.mce-btn {
+  margin: 0;
+}
+
+/deep/ .mce-toolbar,
+.mce-btn-group {
+  padding: 0;
+}
+
+/deep/ #mceu_33 {
+  display: none !important;
+}
+
+s {
+  max-width: 200px;
+  max-height: 170px;
+}
+
+.my-scroll-bar {
+  height: 438px;
+}
+
+.my-scroll-bar /deep/ .gm-scrollbar.-horizontal .thumb {
+  height: 0;
+}
+
+.opt img {
+  width: 14px;
+  height: 14px;
+}
+
+.neighbor .complaint .record {
+  margin-top: 10px;
+}
+
+.neighbor .complaint .record .recored-detali-row {
+  margin: 0px;
+  line-height: 32px;
+  position: relative;
+}
+
+.neighbor .complaint .record .borders {
+  border-left: 1px solid #0eaeff;
+}
+
+.neighbor .complaint .record .recored-detali-rows {
+  display: block;
+  padding-left: 17px;
+}
+
+.neighbor .complaint .record .recored-detali-rows .font-size-small {
+  margin-left: 0px;
+  margin-bottom: 0;
+}
+
+.neighbor .complaint .record .recored-detali-rows .rows-replay {
+  margin: 0;
+  padding-top: 5px;
+  font-size: 12px;
+  color: #0eaeff;
+}
+
+.neighbor .complaint .record .recored-detali-rows .rows-replay :first-child {
+  color: #424656;
+  margin-left: 0;
+}
+
+/deep/ iframe {
+  width: 99% !important;
+}
+
+/deep/ .cell.el-tooltip p {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
+/deep/ .el-table td div {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
+.videos {
+  -o-object-fit: fill !important;
+     object-fit: fill !important;
+}
+/*# sourceMappingURL=style.css.map */

File diff suppressed because it is too large
+ 2 - 0
operationSupport/src/views/propertyManagement/style.css.map


+ 285 - 0
operationSupport/src/views/workbench/style.css

@@ -0,0 +1,285 @@
+.workbench {
+  width: 100%;
+}
+
+.workbench .header {
+  background: #f4f7f9;
+}
+
+.workbench .header ul {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  width: 100%;
+}
+
+.workbench .header ul :last-child {
+  margin-right: 0;
+}
+
+.workbench .header ul li {
+  width: 20%;
+  height: 150px;
+  padding: 30px 24px 30px 20px;
+  margin-right: 20px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: justify;
+      -ms-flex-pack: justify;
+          justify-content: space-between;
+  position: relative;
+  color: white;
+  font-size: 14px;
+  border-radius: 6px;
+}
+
+.workbench .header-left {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.workbench .header-left .header-left-top {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.workbench .header-left .header-left-top .header-icon {
+  width: 4px;
+  height: 12px;
+  border-radius: 2px;
+  background: white;
+  margin-right: 10px;
+}
+
+.workbench .header-left .header-left-top:last-child {
+  line-height: 14px;
+}
+
+.workbench .header-number {
+  position: absolute;
+  bottom: 20px;
+  left: 20px;
+  font-size: 40px;
+}
+
+.workbench .header-right {
+  position: absolute;
+  right: 20px;
+  bottom: 40px;
+}
+
+.workbench .header-right img {
+  width: 64px;
+  height: 64px;
+}
+
+.workbench .center-left {
+  background: white;
+  width: 50%;
+  border-radius: 4px;
+  margin-right: 20px;
+}
+
+.workbench .center-left .center-left-text {
+  padding: 15px 20px;
+  border-bottom: 1px solid #ccc;
+  color: #424656;
+  font-size: 14px;
+  font-weight: 600;
+}
+
+.workbench .center-left ul {
+  padding: 30px 0;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.workbench .center-left ul :last-child {
+  border-right: none;
+}
+
+.workbench .center-left ul li {
+  width: 20%;
+  text-align: center;
+  border-right: 1px solid #ccc;
+}
+
+.workbench .center-left ul li span {
+  color: #747d87;
+  font-size: 16px;
+  margin-top: 10px;
+}
+
+.workbench .center {
+  margin: 20px 0;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+}
+
+.workbench .center .center-right {
+  margin-right: 0;
+}
+
+.workbench .center .center-right ul {
+  width: 100%;
+}
+
+.workbench .center .center-right ul li {
+  width: 33%;
+  padding: 10px 20px 30px 20px;
+  position: relative;
+}
+
+.workbench .center .center-right ul li .center-right-text {
+  font-size: 14px;
+  color: #747d87;
+}
+
+.workbench .center .center-right ul li .center-icon {
+  background-image: -webkit-gradient(linear, left bottom, left top, from(#488fff), to(#65dcff));
+  background-image: linear-gradient(0deg, #488fff, #65dcff);
+}
+
+.workbench .center .center-right ul li .center-number {
+  bottom: 13px;
+  padding-left: 10px;
+}
+
+.workbench .center .center-right ul li .center-right-image {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: end;
+      -ms-flex-pack: end;
+          justify-content: flex-end;
+  -webkit-box-align: end;
+      -ms-flex-align: end;
+          align-items: flex-end;
+  margin-top: 10px;
+  padding-bottom: 20px;
+}
+
+.workbench .center .center-right ul li .center-right-image div {
+  width: 6px;
+  height: 20px;
+  background: #ddf4ff;
+  border-top-left-radius: 3px;
+}
+
+.workbench .footer {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  width: 100%;
+}
+
+.workbench .footer .footer-left {
+  background: white;
+  width: 50%;
+  min-height: 440px;
+  max-height: 440px;
+  border-radius: 4px;
+  margin-right: 20px;
+  overflow: hidden;
+}
+
+.workbench .footer .footer-left .footer-left-text {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: justify;
+      -ms-flex-pack: justify;
+          justify-content: space-between;
+  padding: 15px 20px;
+  border-bottom: 1px solid #ccc;
+  color: #424656;
+  font-size: 14px;
+  font-weight: 600;
+}
+
+.workbench .footer .footer-left .footer-left-text:last-child {
+  color: #747d87;
+  font-size: 12px;
+  font-weight: normal;
+}
+
+.workbench .footer .footer-left .footer-left-text:last-child:hover {
+  cursor: pointer;
+}
+
+.workbench .footer .footer-left ul {
+  width: 100%;
+  padding: 17px 20px;
+  font-size: 12px;
+  color: #424656;
+}
+
+.workbench .footer .footer-left ul li {
+  margin-bottom: 10px;
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-pack: justify;
+      -ms-flex-pack: justify;
+          justify-content: space-between;
+}
+
+.workbench .footer .footer-left ul li:hover {
+  color: #0eaeff;
+}
+
+.workbench .footer .footer-left ul li:active {
+  color: #0eaeff;
+}
+
+.workbench li:hover {
+  cursor: pointer;
+}
+
+.workbench a {
+  text-decoration: none;
+  color: white;
+}
+
+.workbench .router-link-active {
+  text-decoration: none;
+}
+
+.workbench .router-link-exact-active {
+  color: white;
+}
+
+.workbench .no-data {
+  margin: 70px auto;
+  text-align: center;
+  color: #8e8e8e;
+}
+
+.workbench /deep/ .footer-content {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  font-size: 12px;
+  width: 80%;
+  height: 17px;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
+.workbench /deep/ .footer-content:first-child {
+  width: auto;
+}
+
+.workbench /deep/ .footer-content:last-child {
+  margin-left: 10px;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+/*# sourceMappingURL=style.css.map */

File diff suppressed because it is too large
+ 2 - 0
operationSupport/src/views/workbench/style.css.map


+ 2 - 2
smart/src/views/rechargeRecord/setpPage/details.vue

@@ -132,8 +132,8 @@ export default {
 
     debugger
     this.rechargeDetails[0].label = (this.params.row.amount / 100).toFixed(2);
-    this.rechargeDetails[1].label = (this.params.row.chargeNumber + '月');
-    this.rechargeDetails[2].label = (this.params.row.credit + '月') || '-';
+    this.rechargeDetails[1].label = (this.params.row.chargeNumber + ((this.params.row.chargeUnit == 1 ? '月' : this.params.row.chargeUnit == 2 ? '天' : this.params.row.chargeUnit == 3 ? '小时' : '次')));
+    this.rechargeDetails[2].label = (this.params.row.credit + ((this.params.row.donatedUnit == 1 ? '月' : this.params.row.donatedUnit == 2 ? '天' : this.params.row.donatedUnit == 3 ? '小时' : '次'))) || '-';
 
     this.rechargeDetails[3].label = (this.params.row.startTime).substring(0, 10) + '~' + (this.params.row.endTime).substring(0, 10);
 

+ 1 - 6
smart/src/views/vehicleInformation/setpPage/details.vue

@@ -743,6 +743,7 @@ export default {
 
 
     parked (item) {
+      this.areaNamed = [];
       this.areaNamed.push(item.label);
       this.formDate.sort = item.startDate;
       if (this.rules.parkingArea[0].required == true && this.formDate.parkingArea == '') {
@@ -996,22 +997,17 @@ export default {
         this.url = '/sc-community-web/parkingCar/addVehicleInfor'
       }
       this.$refs.formDate.validate((valid) => {
-        console.log('valid', valid);
         if (valid) {
           var table = [];
           this.plateNoInfo = []
-          console.log('333333', this.tableData);
           for (let i = 0; i < this.tableData.length; i++) {
-            debugger
             this.tableData[i].areaName = (Array.from(new Set(this.areaNamed))).join(',');
-            console.log(this.tableData[i]);
             table.push({
               areaId: [this.tableData[i].parkingArea],
               areaName: this.tableData[i].areaName,
               lotCount: this.num,
               lotName: this.tableData[i].positionInformation,
               parkingId: this.tableData[i].parkingId,
-              // lotName: '',
               carType: '',
               ruleId: this.formDate.ruleId,
               sequence: this.formDate.sort,
@@ -1184,7 +1180,6 @@ export default {
           this.form[k].vehicleColors = data.parkCarDetails[k].carColor
           this.form[k].vehicleBrand = data.parkCarDetails[k].carBrand
         }
-        console.log('2222', this.tableData);
 
       });
     }

Some files were not shown because too many files changed in this diff