UNPKG

kui-vue

Version:

A lightweight desktop UI component library suitable for Vue.js 2.

41 lines (36 loc) 663 B
@import "../../styles/var.less"; .k-empty { text-align: center; color: var(--kui-color-gray-60); font-size: 13px; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; .k-empty-content { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; } // cursor: not-allowed; .k-empty-icon { font-size: 40px; padding: 0; margin: 0; path { stroke-width: 15px !important; } } .k-empty-description { padding: 0; line-height: 1.5; margin: 0; } .k-empty-footer { margin-top: 20px; text-align: center; } }