| | |
| | | <style lang="scss" scoped> |
| | | .content-number { |
| | | display: flex; |
| | | justify-content: right; |
| | | // justify-content: left; |
| | | height: 44px; |
| | | border-bottom: 1px solid #e9e9e9; |
| | | // border-bottom: 1px solid #e9e9e9; |
| | | padding: 0px 10px; |
| | | font-size: 13px; |
| | | .sub-number { |
| | | width: 12.5%; |
| | | border-right: 1px solid #e9e9e9; |
| | | border-top: 1px solid #e9e9e9; |
| | | border-bottom: 1px solid #e9e9e9; |
| | | display: flex; |
| | | padding: 3px 9px; |
| | | .left { |
| | |
| | | } |
| | | .left_border { |
| | | border-left: 1px solid #e9e9e9; |
| | | } |
| | | .no-cursor { |
| | | cursor: no-drop; |
| | | } |
| | | .yes-cursor { |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | </style> |