bhd-components 0.7.8 → 0.7.10

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.
@@ -113,7 +113,10 @@
113
113
  position: relative;
114
114
  z-index: 99;
115
115
  .popover{
116
- padding: 8px;
116
+ padding: 8px 0;
117
+ width: 74px;
118
+ text-align: center;
119
+
117
120
  border-radius: 4px;
118
121
  line-height: 1.5;
119
122
  color: rgba(0, 0, 0, 0.65);
@@ -620,7 +623,9 @@
620
623
  cursor: pointer;
621
624
  list-style-type: none;
622
625
  }
626
+
623
627
  }
628
+
624
629
 
625
630
  .img_con{
626
631
  width: 100%;
@@ -629,7 +634,10 @@
629
634
  border-radius: 4px;
630
635
  overflow: hidden;
631
636
  display: inline-flex;
632
- margin-top: 24px;
637
+ margin-top: 12px;
638
+ img{
639
+ width: 100%;
640
+ }
633
641
  .mask_zoom{
634
642
  position: absolute;
635
643
  top: 0;
@@ -714,8 +722,13 @@
714
722
  padding: 0 2px;
715
723
  }
716
724
  li{
725
+ :global{
726
+ ::marker {
727
+ font-weight: 600 !important;
728
+ }
729
+ }
717
730
  ::marker {
718
- font-weight: 600;
731
+ font-weight: 600 !important;
719
732
  }
720
733
  p{
721
734
  font-weight: 400 !important;
@@ -723,11 +736,40 @@
723
736
  border-bottom: 6px solid @color-background-primary-weak-hover;
724
737
  height: 20px;
725
738
  display: inline-block;
739
+ font-weight: 600;
726
740
  }
727
741
  }
728
742
 
729
743
  }
730
744
  }
745
+
746
+ .association_problem_flag{
747
+ padding-left: 30px;
748
+
749
+ li{
750
+ position: relative;
751
+ &::after{
752
+ content: '';
753
+ width: 6px;
754
+ height: 6px;
755
+ border-radius: 50%;
756
+ background-color: rgba(217, 217, 217, 1);
757
+ display: block;
758
+ position: absolute;
759
+ top: 12px;
760
+ left: 12px;
761
+ }
762
+ }
763
+ .related_issues_flag{
764
+ span{
765
+ color: #000;
766
+ font-weight: 600;
767
+ border-bottom: 4px solid @color-background-primary-weak-hover;
768
+ }
769
+
770
+ }
771
+ }
772
+
731
773
  .time {
732
774
  display: block;
733
775
  margin: 40px 0;
@@ -895,11 +937,12 @@
895
937
  margin: 0 16px;
896
938
  // padding-bottom: 4px;
897
939
  line-height: 1;
898
- // padding-top: 24px;
940
+ padding-top: 24px;
899
941
  p{
900
942
  padding: 8px 16px;
901
943
  background-color: #fff;
902
944
  border-radius: 38px;
945
+ margin-bottom: 16px;
903
946
  cursor: pointer;
904
947
  &:hover{
905
948
  background-color: @color-background-primary-weak;
@@ -1119,6 +1162,7 @@
1119
1162
  svg {
1120
1163
  font-size: 20px;
1121
1164
  color: @color-icon-fill-Tr;
1165
+ cursor: pointer;
1122
1166
  }
1123
1167
  }
1124
1168
  .disabled {