工具下载
常用网站
@@ -115,7 +119,7 @@ const tableConfig = reactive({
label: '类型',
align: 'center',
showOverflowTooltip: false,
- // currentRender: ({row, index}) => ()
+ currentRender: ({row, index}) => ()
},
{
prop: 'createTime',
@@ -197,6 +201,12 @@ const headBtnClick = (key) => {
border-radius: 10px;
background-color: #ffffff;
+ .el-table__empty-block {
+ .el-empty {
+ padding: 10px 0;
+ }
+ }
+
.statistics {
width: 99%;
margin-bottom: 20px;
@@ -210,7 +220,7 @@ const headBtnClick = (key) => {
margin-top: 15px;
.block-right {
- margin-left: 40px;
+ margin-left: 15%;
display: flex;
flex-direction: column;
justify-content: center;
@@ -218,11 +228,13 @@ const headBtnClick = (key) => {
font-size: 17px;
> span:first-child {
+ white-space: nowrap;
color: #000000;
margin-bottom: 10px;
}
> span:last-child {
+ white-space: nowrap;
font-size: 20px;
font-weight: bold;
@@ -257,14 +269,14 @@ const headBtnClick = (key) => {
// }
//}
- .right-top, .right-down {
+ .right-top {
flex: 0.5;
padding: 15px;
border-radius: 10px;
background-color: #ffffff;
}
- .right-down,.right-top {
+ .right-top {
flex: 0.48;
> div:first-child {
@@ -273,10 +285,12 @@ const headBtnClick = (key) => {
align-items: center;
h3 {
+ white-space: nowrap;
margin-left: 15px;
}
> span {
+ white-space: nowrap;
color: #927648;
font-size: 14px;
}