liuyg
2021-06-10 df1c052d1f0d368cb78ebb1831980745bca11edc
widgets/searchTabaPopup/css/style.css
@@ -18,11 +18,13 @@
.jimu-widget-searchTabaPopup .popup {
  /* display: none; */
  width: 1100px;
  height: 600px;
  min-height: 600px;
  max-height: 750px;
  overflow: auto;
  /* border: 1px solid salmon; */
  position: relative;
  border-radius: 5px;
  top: calc(50% - 300px);
  top: calc(50% - 380px);
  left: calc(50% - 549px);
  background-color: rgba(255, 255, 255, 1);
}