hrsass-components 1.7.73 → 2.0.2

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": "hrsass-components",
3
- "version": "1.7.73",
3
+ "version": "2.0.2",
4
4
  "description": "All components of hrsass",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -14,7 +14,7 @@
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
16
  "@rollup/plugin-image": "^2.0.0",
17
- "ant-design-vue": "1.4.10",
17
+ "ant-design-vue": "1.7.8",
18
18
  "async-validator": "^3.2.1",
19
19
  "babel-helper-vue-jsx-merge-props": "^2.0.3",
20
20
  "build": "^0.1.4",
package/rollup.build.css CHANGED
@@ -1951569,6 +1951569,9 @@
1951569
1951569
  .ant-table .ant-table-body {
1951570
1951570
  overflow-x: auto !important;
1951571
1951571
  }
1951572
+ .ant-table .ant-table-content .ant-table-body > .ant-table-fixed {
1951573
+ overflow: hidden;
1951574
+ }
1951572
1951575
  .notify-task {
1951573
1951576
  background: #3ECF8E;
1951574
1951577
  border-radius: 50%;
@@ -1952638,6 +1952641,10 @@
1952638
1952641
  border-color: #d9d9d9;
1952639
1952642
  box-shadow: none;
1952640
1952643
  }
1952644
+ .hr-button .ant-btn-icon-only {
1952645
+ width: unset;
1952646
+ font-size: unset;
1952647
+ }
1952641
1952648
  .hr-button .ant-btn {
1952642
1952649
  padding: 0 !important;
1952643
1952650
  color: rgba(0, 0, 0, 0.65);
@@ -1952669,9 +1952676,6 @@
1952669
1952676
  height: 100%;
1952670
1952677
  background-color: #FAFAFA;
1952671
1952678
  }
1952672
- .hr-drawer > div {
1952673
- height: 100%;
1952674
- }
1952675
1952679
  .hr-drawer-title {
1952676
1952680
  padding: 30px 16px 16px 16px;
1952677
1952681
  height: 80px;
@@ -1954187,6 +1954191,9 @@
1954187
1954191
  .ant-table .ant-table-body {
1954188
1954192
  overflow-x: auto !important;
1954189
1954193
  }
1954194
+ .ant-table .ant-table-content .ant-table-body > .ant-table-fixed {
1954195
+ overflow: hidden;
1954196
+ }
1954190
1954197
  .notify-task {
1954191
1954198
  background: #3ECF8E;
1954192
1954199
  border-radius: 50%;
@@ -1955256,6 +1955263,10 @@
1955256
1955263
  border-color: #d9d9d9;
1955257
1955264
  box-shadow: none;
1955258
1955265
  }
1955266
+ .hr-button .ant-btn-icon-only {
1955267
+ width: unset;
1955268
+ font-size: unset;
1955269
+ }
1955259
1955270
  .hr-button .ant-btn {
1955260
1955271
  padding: 0 !important;
1955261
1955272
  color: rgba(0, 0, 0, 0.65);
@@ -1955287,9 +1955298,6 @@
1955287
1955298
  height: 100%;
1955288
1955299
  background-color: #FAFAFA;
1955289
1955300
  }
1955290
- .hr-drawer > div {
1955291
- height: 100%;
1955292
- }
1955293
1955301
  .hr-drawer-title {
1955294
1955302
  padding: 30px 16px 16px 16px;
1955295
1955303
  height: 80px;