raise-common-lib 0.0.157 → 0.0.159

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.
@@ -0,0 +1,4 @@
1
+ <svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.500244 10L9.50011 1.00013" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M9.5 10L0.500133 1.00013" stroke="#6C7C90" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.99512 2.28223V7.28223H13.9951" stroke="#6C7C90"/>
3
+ <line y1="-0.5" x2="7" y2="-0.5" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 8.4707 7.0498)" stroke="#6C7C90"/>
4
+ <path d="M7.00684 14.1724L7.00684 9.17236L2.00684 9.17236" stroke="#6C7C90"/>
5
+ <line y1="-0.5" x2="7" y2="-0.5" transform="matrix(-0.707107 0.707107 0.707107 0.707107 7.53223 9.4043)" stroke="#6C7C90"/>
6
+ </svg>
@@ -8,6 +8,9 @@
8
8
  .e-spinner-pane {
9
9
  display: none !important; // 隐藏默认的loading spinner
10
10
  }
11
+ .e-summarycell {
12
+ padding-right: 36px !important;
13
+ }
11
14
  .e-gridheader {
12
15
  height: auto;
13
16
  border-top: none;
@@ -206,7 +209,7 @@
206
209
  width: 16px;
207
210
  height: 16px;
208
211
  }
209
-
212
+
210
213
  &.e-filtered {
211
214
  background-color: rgba(31, 123, 255, 0.1);
212
215
  }
@@ -1,6 +1,5 @@
1
-
2
-
3
1
  .rs-dialog-wrap{
2
+ max-width: 100% !important;
4
3
  .mat-dialog-container{
5
4
  padding: 0 !important;
6
5
  }