|
@@ -1,14 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="table_box">
|
|
<div class="table_box">
|
|
|
<div class="table_title">{{ title }}</div>
|
|
<div class="table_title">{{ title }}</div>
|
|
|
- <div class="table_more">
|
|
|
|
|
- <el-button type="primary" link> 更多 </el-button>
|
|
|
|
|
- </div>
|
|
|
|
|
- <el-table
|
|
|
|
|
- :data="tableData"
|
|
|
|
|
- style="width: 100%; background-color: #00000032"
|
|
|
|
|
- height="calc(100% - 60px)"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <el-table :data="tableData" style="width: 100%" height="calc(100% - 60px)">
|
|
|
<el-table-column prop="serviceName" label="服务名称" width="300" />
|
|
<el-table-column prop="serviceName" label="服务名称" width="300" />
|
|
|
<el-table-column prop="serviceType" label="类别" width="300" />
|
|
<el-table-column prop="serviceType" label="类别" width="300" />
|
|
|
<el-table-column prop="callCount" label="调用次数" width="480" />
|
|
<el-table-column prop="callCount" label="调用次数" width="480" />
|
|
@@ -60,17 +53,26 @@ export default {
|
|
|
};
|
|
};
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
|
|
|
+=======
|
|
|
|
|
+<style>
|
|
|
|
|
+>>>>>>> f3e3ede (运行管理页面UI完善,和示例数据格式,内嵌页面)
|
|
|
.table_box {
|
|
.table_box {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
padding: 20px;
|
|
padding: 20px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
+=======
|
|
|
|
|
+ position: inherit;
|
|
|
|
|
+>>>>>>> f3e3ede (运行管理页面UI完善,和示例数据格式,内嵌页面)
|
|
|
}
|
|
}
|
|
|
.table_title {
|
|
.table_title {
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
}
|
|
}
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
.table_more {
|
|
.table_more {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 20px;
|
|
top: 20px;
|
|
@@ -78,6 +80,8 @@ export default {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
color: #1890ff;
|
|
color: #1890ff;
|
|
|
}
|
|
}
|
|
|
|
|
+=======
|
|
|
|
|
+>>>>>>> f3e3ede (运行管理页面UI完善,和示例数据格式,内嵌页面)
|
|
|
.table_pagination {
|
|
.table_pagination {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
bottom: 20px;
|
|
bottom: 20px;
|