@@ -339,6 +339,7 @@
[type="button"]{
width: 150px;
height: 35px;
+ font-size: 16px;
}
@@ -116,6 +116,7 @@
<el-table-column
prop="operation"
+ align="center"
label="操作"
>
<!-- <template #default="scope"> -->
@@ -29,6 +29,7 @@
:data="tableData"
tooltip-effect="dark"
stripe
+ class="fontSize"
:header-cell-style="{ background: '#f2f2f2',color:'#000' }"
@@ -76,6 +77,7 @@
width="200"
<template #default="scope">
@@ -146,10 +148,6 @@
<style lang="less">
.ProjectManagement3{
- .operations{
- display: flex;
- justify-content: center;
- }
.projectBlock{
margin-top: 20px;
@@ -22,13 +22,14 @@
</div>
<!-- 跳转导航结束 -->
<div class="pmInp">
- <el-button type="primary" class="btn" size="mini">上传文件</el-button>
+ <el-button type="primary" class="btn" size="mini">上传文件</el-button>
<!-- 表格开始 -->
<el-table
@@ -55,6 +56,8 @@
+
@@ -121,11 +124,7 @@
.ProjectManagement4{
-
- flex-shrink: 0;
.pm1Tit{
display: flex;
@@ -149,6 +148,7 @@
.btn{
height: 30px;
width: 100px;
+ font-size: 16px !important;
background: #477edd;
margin-left: 10px;
@@ -57,6 +57,7 @@
@@ -71,11 +72,11 @@
<div class="pm5footer">
<!-- <el-button type="primary" class="backBtn" @click="backBtn2">返回</el-button>
-->
- <el-pagination
+ <!-- <el-pagination
background
layout="prev, pager, next"
:total="1">
- </el-pagination>
+ </el-pagination> -->
@@ -134,29 +135,6 @@
.ProjectManagement5{
- // .pA1Header{
- // width: 90%;
- // display: flex;
- // justify-content:space-between;
- // align-items: center;
- // .pAHeader1STit{
- // font-size: 14px;
- // margin-top: 10px;
- // }
- // .pAHeader1{
- // width: 120px;
- // font-weight: 600;
- // font-size: 22px;
- // flex-shrink: 0;
.pm5footer{
float: right;
@@ -191,8 +169,9 @@
- margin-left: 10px;
+ // margin-left: 10px;
@@ -101,6 +101,8 @@
min-width="25%"
@@ -48,6 +48,7 @@
min-width="30%"
@@ -114,6 +114,7 @@
@@ -177,6 +177,7 @@
background: #0e72e6;
height: 40px;
width: 200px;
@@ -1,5 +1,5 @@
<template>
- <div class="makerActvityDetails core_dialogue">
+ <div class="makerActvityDetails">
<div class="pA1Header">
<div class="pAHeader1">活动详情</div>
@@ -50,6 +50,7 @@