浏览代码

Bugfixed / Print element on new page if can not fit

master
Safet Purkovic 4 年前
父节点
当前提交
af47de3cb9
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      src/views/demoComponent/DemoComponent8.js

+ 8
- 0
src/views/demoComponent/DemoComponent8.js 查看文件

@@ -303,6 +303,14 @@ const DemoComponent8 = () => {

</CCol>
</CRow>
</CCardBody>
</CCard>
</CCol>
</CRow>
<CRow>
<CCol>
<CCard>
<CCardBody>
<div>
<br />
<table className="table table-hover table-outline mb-0 d-sm-table" >

正在加载...
取消
保存