Browse Source

fixed btn positioning of popinfixedoption

Skylsmoi 6 years ago
parent
commit
3df2047214

+ 0 - 1
src/component/Input/SelectStatus/SelectStatus.styl View File

1
 @import '../../../css/Variable.styl'
1
 @import '../../../css/Variable.styl'
2
 
2
 
3
 .selectStatus
3
 .selectStatus
4
-  margin-right 20px
5
   &__dropdownbtn
4
   &__dropdownbtn
6
     border 1px solid grey
5
     border 1px solid grey
7
     background-color transparent
6
     background-color transparent

+ 1 - 1
src/component/OptionComponent/NewVersionBtn.jsx View File

3
 const NewVersionBtn = props => {
3
 const NewVersionBtn = props => {
4
   return (
4
   return (
5
     <button
5
     <button
6
-      className='wsContentGeneric__option__menu__addversion newversionbtn btn btn-outline-primary mr-auto'
6
+      className='wsContentGeneric__option__menu__addversion newversionbtn btn btn-outline-primary'
7
       onClick={props.onClickNewVersionBtn}
7
       onClick={props.onClickNewVersionBtn}
8
       disabled={props.disabled}
8
       disabled={props.disabled}
9
     >
9
     >

+ 11 - 0
src/component/PopinFixed/PopinFixed.styl View File

57
     &__menu
57
     &__menu
58
       & > div
58
       & > div
59
         display flex
59
         display flex
60
+        flex-flow row
61
+        justify-content space-between
60
         align-items center
62
         align-items center
61
       &__addversion
63
       &__addversion
62
         display flex
64
         display flex
63
         align-items center
65
         align-items center
64
         cursor pointer
66
         cursor pointer
67
+      &__lastversion
68
+        display flex
69
+        align-items center
70
+        cursor pointer
71
+        margin-left 15px
72
+        & > i
73
+          margin-right 10px
74
+          color darkGrey
75
+          font-size 22px
65
       &__action
76
       &__action
66
         font-size 18px
77
         font-size 18px
67
         background-color transparent
78
         background-color transparent