system-clients 3.2.19 → 3.2.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "3.2.19",
3
+ "version": "3.2.20",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="syslogin" style="background-image: url(../static/newStyle/dongguan1.png)">
2
+ <div class="syslogin" >
3
3
  <div class="login-title" >
4
4
  <div class="row auto">
5
5
  <marquee style="width:80%;margin-top:25px"><span style="font-size: 1.8rem;color: white;">{{notice}}</span></marquee>
@@ -872,7 +872,9 @@ body :-ms-input-placeholder {
872
872
  margin-right:8.5%;
873
873
  margin-top:10px;
874
874
  }
875
-
875
+ .syslogin{
876
+ background-image: url(../../../static/newStyle/dongguan1.png) !important;
877
+ }
876
878
  @-webkit-keyframes square {
877
879
  0% {
878
880
  -webkit-transform: translateY(0);
@@ -893,5 +895,6 @@ body :-ms-input-placeholder {
893
895
  -webkit-transform: translateY(-700px) rotate(600deg);
894
896
  transform: translateY(-700px) rotate(600deg);
895
897
  }
898
+
896
899
  }
897
900
  </style>