@abi-software/map-side-bar 2.6.1-beta.1 → 2.6.1-beta.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": "@abi-software/map-side-bar",
3
- "version": "2.6.1-beta.1",
3
+ "version": "2.6.1-beta.2",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "src/*",
@@ -1050,15 +1050,20 @@ export default {
1050
1050
 
1051
1051
  .el-popover.cascade-tags-popper {
1052
1052
  background: #f3ecf6 !important;
1053
- border: 1px solid $app-primary-color;
1054
- border-radius: 4px;
1053
+ border: 1px solid $app-primary-color !important;
1054
+ border-radius: 4px !important;
1055
1055
  color: #303133 !important;
1056
- font-size: 12px;
1057
- line-height: 18px;
1056
+ font-size: 12px !important;
1057
+ line-height: 18px !important;
1058
1058
  }
1059
1059
 
1060
1060
  .el-popover.cascade-tags-popper .el-popper__arrow::before {
1061
- background: #f3ecf6;
1062
- border-color: $app-primary-color;
1061
+ background: #f3ecf6 !important;
1062
+ border-color: $app-primary-color !important;
1063
+ }
1064
+
1065
+ .cascade-tags-popper.el-popper[data-popper-placement^=bottom] .el-popper__arrow:before {
1066
+ border-bottom-color: transparent !important;
1067
+ border-right-color: transparent !important;
1063
1068
  }
1064
1069
  </style>