forked from JointCloud/JCC-RIP
This commit is contained in:
parent
6bdadc2992
commit
90fb085f82
|
@ -1,14 +1,13 @@
|
|||
<template>
|
||||
<div>
|
||||
<Navbar />
|
||||
<el-card>
|
||||
<el-card class="list-detail">
|
||||
<el-page-header content="资源清单" @back="goBack" />
|
||||
<List
|
||||
ref="multipleTable"
|
||||
class="multipleTable"
|
||||
:columns="columns"
|
||||
:pagination="false"
|
||||
:border="true"
|
||||
func-name="getServerResourceData"
|
||||
/>
|
||||
</el-card>
|
||||
|
|
|
@ -253,7 +253,7 @@ export default {
|
|||
}
|
||||
.login-form{
|
||||
margin: 40px;
|
||||
color: #666666;
|
||||
color: var(--tableTdColor);
|
||||
.title-container p{
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue