Forráskód Böngészése

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

guhongwei 4 éve
szülő
commit
96ce11333f
1 módosított fájl, 5 hozzáadás és 1 törlés
  1. 5 1
      src/views/kjpdhall/index.vue

+ 5 - 1
src/views/kjpdhall/index.vue

@@ -160,12 +160,16 @@ export default {
             right: 90px;
             .name {
               height: 30px;
+              background: red;
               margin-bottom: 10px;
               line-height: 30px;
               font-size: 18px;
               font-weight: bold;
-              border: 1px solid red;
               border-radius: 10px;
+              position: sticky;
+              left: 0px;
+              top: 0px;
+              z-index: 999;
             }
             .list {
               background: #f1f1f1;