bk-magic-vue 2.4.4 → 2.4.5

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.
@@ -10328,6 +10328,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
10328
10328
  .bk-table th.is-leaf,
10329
10329
  .bk-table td{
10330
10330
  border-bottom:1px solid #dfe0e5;
10331
+ height:43px;
10331
10332
  }
10332
10333
  .bk-table th.is-sortable{
10333
10334
  cursor:pointer;
@@ -10472,6 +10473,9 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
10472
10473
  position:absolute;
10473
10474
  z-index:-1;
10474
10475
  }
10476
+ .bk-table-row-auto-height .cell{
10477
+ display:block;
10478
+ }
10475
10479
  .bk-table-group,
10476
10480
  .bk-table-border,
10477
10481
  .bk-table-outer-border{
@@ -14626,6 +14630,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
14626
14630
  width:100%;
14627
14631
  height:100%;
14628
14632
  cursor:pointer;
14633
+ vertical-align:bottom;
14629
14634
  }
14630
14635
  .bk-zoom-image .bk-full-screen{
14631
14636
  position:fixed;
@@ -15059,6 +15064,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
15059
15064
  -ms-flex-align:center;
15060
15065
  align-items:center;
15061
15066
  color:#c4c6cc;
15067
+ background:rgba(0,0,0,0.70);
15062
15068
  }
15063
15069
  .bk-image-viewer-header > div{
15064
15070
  -webkit-box-flex:1;
@@ -15080,7 +15086,9 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
15080
15086
  -webkit-box-pack:end;
15081
15087
  -ms-flex-pack:end;
15082
15088
  justify-content:flex-end;
15083
- height:100%;
15089
+ }
15090
+ .bk-image-viewer-header .quit-tips{
15091
+ font-size:14px;
15084
15092
  color:#979ba5;
15085
15093
  }
15086
15094
  .bk-image-viewer-btn{
@@ -15111,14 +15119,16 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
15111
15119
  color:#63656e;
15112
15120
  }
15113
15121
  .bk-image-viewer-close{
15114
- width:80px;
15115
- height:80px;
15116
- line-height:80px;
15122
+ height:52px;
15123
+ line-height:48px;
15117
15124
  text-align:center;
15118
- font-size:50px;
15119
- color:#fff;
15120
- cursor:pointer;
15125
+ font-size:32px;
15126
+ color:#C4C6CC;
15127
+ cursor:pointer
15121
15128
  }
15129
+ .bk-image-viewer-close:hover{
15130
+ color:#fff;
15131
+ }
15122
15132
  .bk-image-viewer-canvas{
15123
15133
  width:100%;
15124
15134
  height:100%;
@@ -15188,7 +15198,6 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
15188
15198
  height:80px;
15189
15199
  font-size:40px;
15190
15200
  cursor:pointer;
15191
- //background:rgb(76,76,76);
15192
15201
  }
15193
15202
  .bk-image-viewer-prev{
15194
15203
  -webkit-transform:translateY(-50%);
@@ -15250,21 +15259,6 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
15250
15259
  .bk-divider{
15251
15260
  position:relative
15252
15261
  }
15253
- .bk-divider-horizontal{
15254
- display:block;
15255
- width:100%;
15256
- height:0;
15257
- margin:1em 0;
15258
- border-bottom:1px solid #dcdee5;
15259
- }
15260
- .bk-divider-vertical{
15261
- display:inline-block;
15262
- width:0;
15263
- height:1em;
15264
- margin:0 8px;
15265
- vertical-align:middle;
15266
- border-right:1px solid #dcdee5;
15267
- }
15268
15262
  .bk-divider-info{
15269
15263
  position:absolute;
15270
15264
  padding:0 1.4em;