Browse Source

Merge branch 'master' into test

shibei_master
dai 3 years ago
parent
commit
c981459d06
  1. 4
      src/views/modules/warning/components/screen-table/index.vue

4
src/views/modules/warning/components/screen-table/index.vue

@ -325,13 +325,13 @@ export default {
box-sizing: border-box; box-sizing: border-box;
display: block; display: block;
box-sizing: border-box; box-sizing: border-box;
width: 215px; width: 500px;
height: auto; height: auto;
line-height: 20px; line-height: 20px;
border: 1px solid red; border: 1px solid red;
position: absolute; position: absolute;
right: -100%; right: -100%;
top: 150%; bottom: 150%;
background: #fff; background: #fff;
box-shadow: 0 0 10px 0 #2194fe; box-shadow: 0 0 10px 0 #2194fe;
border: 1px solid #42a4fe; border: 1px solid #42a4fe;

Loading…
Cancel
Save