Browse Source

Merge branch 'dev-0420' into dev

# Conflicts:
#	src/views/components/tinymce/index.vue
#	src/views/main-shuju/main-content.vue
shibei_master
dai 3 years ago
parent
commit
e233629e0c
  1. 8
      src/assets/scss/modules/visual/warning.scss
  2. 4
      src/assets/scss/modules/warning.scss
  3. 2
      src/views/modules/base/resi.vue

8
src/assets/scss/modules/visual/warning.scss

@ -87,7 +87,7 @@
content: "";
width: 8px;
height: 8px;
background: #f0f3f7;
background: #fef200;
border-radius: 50%;
position: absolute;
left: 12px;
@ -95,6 +95,12 @@
transform: translate(0, -50%);
}
&:nth-of-type(2) {
&::after {
background: #e70014;
}
}
div:nth-child(1) {
font-size: 16px;
font-family: PingFang SC;

4
src/assets/scss/modules/warning.scss

@ -85,7 +85,7 @@
content: "";
width: 8px;
height: 8px;
background: #f5f502;
background: #fef200;
border-radius: 50%;
position: absolute;
left: 12px;
@ -95,7 +95,7 @@
&:nth-of-type(2) {
&::after {
background: #fb500d;
background: #e70014;
}
}

2
src/views/modules/base/resi.vue

@ -410,7 +410,7 @@ export default {
computed: {
...mapGetters(['clientHeight', 'iframeHeight']),
tableHeight() {
const h = this.clientHeight - this.searchH - 280 + this.iframeHeigh
const h = this.clientHeight - this.searchH - 280 + this.iframeHeight
const _h = this.clientHeight - 280 - this.searchH
return this.$store.state.inIframe ? h : _h
}

Loading…
Cancel
Save