




































































































































































































































































































































































































































































































































































































































































































/* .el-message {
  min-width: 100px;
}

.popover-tg {
  background: #fff;
  padding: 0;
  width: 240px;
  font-size: 12px;
}
.popover-tg .el-tabs__header {
  margin-bottom: 0;
}
.popover-tg .el-tabs__nav-scroll {
  padding: 0 20px;
  background: #f8f8f8;
}
.popover-tg .el-tabs__nav {
  float: none;
  width: 100%;
}
.popover-tg .el-tabs__item {
  width: 50%;
  text-align: center;
}
.popover-tg .el-tabs__nav-wrap::after {
  height: 1px;
}
.popover-tg .el-tabs__active-bar {
  height: 2px;
}
.popover-tg .main {
  padding: 12px;
}
.popover-tg .links {
  margin: 0 10px 10px;
  height: 30px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  position: relative;
}
.popover-tg .links input {
  width: 100%;
  height: 28px;
  border: 0;
  padding: 0 48px 0 8px;
  background: none;
  color: #cacaca;
  cursor: no-drop;
}
.popover-tg .links span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 8px;
  line-height: 28px;
  background: #f2f2f2;
  border-left: 1px solid #e5e5e5;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.popover-tg .links span:active {
  color: #999;
}
.popover-tg .rcode {
  text-align: center;
}
.popover-tg .rcode img {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}
.popover-tg .rcode a {
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  color: #3388ff;
}

.popover-editer {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(~@/assets/images/lister-edit.png) center center no-repeat;
  overflow: hidden;
  text-indent: -99em;
  cursor: pointer;
  margin: 0 0 0 3px;
}
.popover-edit .txt {
  width: 70px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.popover-edit .submit {
  height: 28px;
  border: 0;
  padding: 0 8px;
  background: #3388ff;
  color: #fff;
  border-radius: 3px;
  margin: 0 0 0 5px;
  cursor: pointer;
}
.popover-edit .submit:hover {
  box-shadow: 0 0 1000px rgba(0, 0, 0, 0.1) inset;
}
.lister-span {
  vertical-align: middle;
} */

