| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2023-04-04 16:24:42 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-04-06 10:37:52 |
| | | * @LastEditTime: 2023-04-07 15:59:41 |
| | | * @FilePath: \srs-police-affairs\src\components\imagesSelect\index.vue |
| | | * @Description: |
| | | * |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .container { |
| | | // position: absolute; |
| | | // left: 0; |
| | | // bottom: -10px; |
| | | position: absolute; |
| | | left: 0; |
| | | top: 100%; |
| | | z-index: 999999; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | |
| | |
| | | height: 20px; |
| | | line-height: 20px; |
| | | font-size: 12px; |
| | | overflow: hidden; //超出的文本隐藏 |
| | | text-overflow: ellipsis; //溢出用省略号显示 |
| | | white-space: nowrap; //溢出不换行 |
| | | } |
| | | } |
| | | } |