| | |
| | | getOrderCount(); |
| | | }); |
| | | </script> |
| | | |
| | | <style> |
| | | .el-empty__image { |
| | | width: 100px !important; } |
| | | </style> |
| | | <style lang="scss" scoped> |
| | | |
| | | .bocklogBox { |
| | | width: 100%; |
| | | height: 306px; |
| | | // height: 306px; |
| | | height: pxToVh(326); |
| | | background: rgba(255, 255, 255, 0.41); |
| | | box-shadow: 0px 3px 4px -1px rgba(125, 125, 125, 0.25); |
| | | border-radius: 8px 8px 8px 8px; |
| | |
| | | } |
| | | .dots { |
| | | width: 17px; |
| | | height: 17px; |
| | | // height: 17px; |
| | | height: pxToVh(17); |
| | | border-radius: 50%; |
| | | background: #366fff; |
| | | color: #fff; |
| | |
| | | } |
| | | .dots1 { |
| | | width: 17px; |
| | | height: 17px; |
| | | // height: 17px; |
| | | height: pxToVh(17); |
| | | border-radius: 50%; |
| | | background: none !important; |
| | | color: #366fff !important; |
| | |
| | | } |
| | | .todo-items { |
| | | margin-top: 10px; |
| | | height: 250px; |
| | | // height: 250px; |
| | | height: pxToVh(250); |
| | | overflow-y: scroll; |
| | | } |
| | | |
| | |
| | | box-shadow: 0px 2px 4px 0px rgba(173, 173, 173, 0.18); |
| | | transition: all 0.2s ease; |
| | | border-left: 4px solid transparent; |
| | | height: 42px; |
| | | // height: 42px; |
| | | height: pxToVh(42); |
| | | &:hover { |
| | | transform: translateY(-2px); |
| | | box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05); |