| | |
| | | </view> |
| | | </slot> |
| | | </view> |
| | | <uni-icons v-if="showArrow || link" :size="16" class="uni-icon-wrapper" color="#bbb" type="arrowright" /> |
| | | <uni-icons v-if="showArrow || link" :size="16" class="uni-icon-wrapper" color="#bbb" type="right" /> |
| | | </view> |
| | | <!-- #ifdef APP-NVUE --> |
| | | </cell> |
| | |
| | | "bottom": verticalPadding, |
| | | "left": horizontalPadding |
| | | } |
| | | } else if(paddingArr.length === 3) { |
| | | const [topPadding, horizontalPadding, bottomPadding] = paddingArr; |
| | | this.padding = { |
| | | "top": topPadding, |
| | | "right": horizontalPadding, |
| | | "bottom": bottomPadding, |
| | | "left": horizontalPadding |
| | | } |
| | | } else if (paddingArr.length === 4) { |
| | | const [topPadding, rightPadding, bottomPadding, leftPadding] = paddingArr; |
| | | this.padding = { |
| | | "top": topPadding, |
| | | "right": rightPadding, |
| | | "bottom": bottomPadding, |
| | | "left": leftPadding |
| | | } |
| | | const [topPadding, rightPadding, bottomPadding, leftPadding] = paddingArr; |
| | | this.padding = { |
| | | "top": topPadding, |
| | | "right": rightPadding, |
| | | "bottom": bottomPadding, |
| | | "left": leftPadding |
| | | } |
| | | } |
| | | }, |
| | | immediate: true |
| | |
| | | } |
| | | |
| | | .uni-list-item--hover { |
| | | background-color: $uni-bg-color-hover; |
| | | background-color: $uni-bg-color-hover !important; |
| | | } |
| | | |
| | | .uni-list-item__container { |
| | |
| | | text-overflow: ellipsis; |
| | | /* #endif */ |
| | | } |
| | | </style> |
| | | </style> |