| | |
| | | import { ElMessage} from 'element-plus'; |
| | | const store = useStore() |
| | | const userInfo = computed(() => store.state.user.userInfo) |
| | | console.log('userInfo',userInfo.value); |
| | | // console.log('userInfo',userInfo.value); |
| | | // 定义props |
| | | const props = defineProps({ |
| | | modelValue: { |
| | |
| | | transition: max-height 0.3s ease-out; |
| | | .el-dialog__body { |
| | | border-top: 0.1rem solid #f0f0f0; |
| | | overflow: hidden; |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | .dialog-footer1-new { |
| | | position: sticky; |
| | | bottom: 28px; |
| | | // bottom: 28px; |
| | | left: 0; |
| | | right: 0; |
| | | background: white; |
| | |
| | | } |
| | | |
| | | .PopUpTableScrolls { |
| | | max-height: 600px; |
| | | overflow-y: scroll; |
| | | max-height: calc(100vh - 380px); |
| | | min-height: 200px; |
| | | overflow-y: auto; |
| | | overflow-x: hidden; |
| | | padding-bottom: 30px; |
| | | scrollbar-width: thin; |
| | | } |
| | | |
| | | .media-box { |
| | | width: 100%; |
| | | border: 1px solid #dcdfe6; |