vue2-client 1.21.12 → 1.21.13

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": "vue2-client",
3
- "version": "1.21.12",
3
+ "version": "1.21.13",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -249,6 +249,14 @@ export default {
249
249
  text-align: center;
250
250
  }
251
251
 
252
+ .normal-bill >>> .bg-info {
253
+ font-weight: bold;
254
+ background-color: #F2F6FA;
255
+ }
256
+
257
+ .normal-bill >>> .text-danger {
258
+ color: #a94442;
259
+ }
252
260
  .normal-bill >>> .fs10 {
253
261
  font-size: 0.4em;
254
262
  }
@@ -17,6 +17,8 @@ export default function () {
17
17
  .fs24{font-size: 1.5em;}
18
18
  .fs26{font-size: 1.6em;}
19
19
  .b{font-weight: bold;}
20
+ .bg-info{font-weight: bold;background-color: #F2F6FA;}
21
+ .text-danger{ color: #a94442}
20
22
  .td-border-right{BORDER-RIGHT: #000000 1px solid; }
21
23
  .td-border-top{BORDER-TOP: #000000 1px solid; }
22
24
  .td-border-left{BORDER-LEFT: #000000 1px solid;}
@@ -52,6 +52,13 @@ table.reporttable {
52
52
  .b {
53
53
  font-weight: bold;
54
54
  }
55
+ .bg-info {
56
+ font-weight: bold;
57
+ background-color: #F2F6FA;
58
+ }
59
+ .text-danger {
60
+ color: #a94442;
61
+ }
55
62
  .td-border-right {
56
63
  border-right: #000 1px solid;
57
64
  }
@@ -67,7 +74,7 @@ table.reporttable {
67
74
  .report-primary {
68
75
  color: #000809;
69
76
  background-color: #dfedfb;
70
- border-color: #6d6c6c;
77
+ border-color: #cccbcb;
71
78
  }
72
79
  a.report-primary:hover,
73
80
  a.report-primary:focus {
@@ -76,7 +83,7 @@ table.reporttable {
76
83
  .report-title {
77
84
  color: #000809;
78
85
  background-color: #80add9;
79
- border-color: #6d6c6c;
86
+ border-color: #cccbcb;
80
87
  }
81
88
  a.report-title:hover,
82
89
  a.report-title:focus {
@@ -94,10 +101,10 @@ table.reporttable {
94
101
  tbody,
95
102
  tfoot {
96
103
  tr {
97
- th,
98
104
  td {
99
105
  box-sizing: border-box;
100
- border: 1px solid #000;
106
+ border: 1px solid #cccbcb;
107
+ border-collapse: collapse;
101
108
  text-align: center;
102
109
  padding: 6px 10px;
103
110
  }