|
@@ -57,6 +57,11 @@
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
|
|
|
+ <a-row class="oaTable" :guatter="24">
|
|
|
+
|
|
|
+
|
|
|
+ </a-row>
|
|
|
+
|
|
|
<!-- 新闻类 -->
|
|
|
<a-row type="flex" class="news">
|
|
|
<!-- 企业公告 -->
|
|
@@ -480,8 +485,6 @@ a {
|
|
|
}
|
|
|
/deep/ .ant-fullcalendar-calendar-body {
|
|
|
border-radius: 8px;
|
|
|
- // background-color: orange;
|
|
|
- background: url('../../assets/date01.jpg');
|
|
|
background-size: cover;
|
|
|
background-position: center;
|
|
|
opacity: 0.8;
|
|
@@ -503,20 +506,14 @@ a {
|
|
|
padding: 0;
|
|
|
}
|
|
|
/deep/ .ant-card-head-title {
|
|
|
- // background-color: red;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-/deep/ .ant-card-body {
|
|
|
- // background-color: blue;
|
|
|
padding: 0;
|
|
|
}
|
|
|
+
|
|
|
/deep/ .ant-tabs-nav .ant-tabs-tab-active {
|
|
|
- color: #fa6b5c;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
/deep/ .ant-tabs-ink-bar {
|
|
|
height: 4px;
|
|
|
- background: #fa6b5c;
|
|
|
padding: 0 4px;
|
|
|
}
|
|
|
/deep/ .ant-tabs-bar {
|
|
@@ -526,24 +523,16 @@ a {
|
|
|
.topRow {
|
|
|
width: 100%;
|
|
|
background-color: #f0f2f5;
|
|
|
- // height: 280px;
|
|
|
- // margin-bottom: 30px;
|
|
|
- // height: 360px;
|
|
|
- .colItem {
|
|
|
- // height: 280px;
|
|
|
- }
|
|
|
.user {
|
|
|
padding: 10px;
|
|
|
background-color: white;
|
|
|
margin-right: 1%;
|
|
|
.userImg {
|
|
|
- // margin: 0 20px 0 20px;
|
|
|
width: 80px;
|
|
|
height: 80px;
|
|
|
img {
|
|
|
border-radius: 6px;
|
|
|
width: 100%;
|
|
|
- // display: block;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -594,7 +583,7 @@ a {
|
|
|
.oaItem {
|
|
|
line-height: 0px;
|
|
|
// width: 25%;
|
|
|
- width: calc((100% - 10px) / 3);
|
|
|
+ width: calc((100% - 100px) / 4);
|
|
|
justify-content: space-around;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
@@ -603,9 +592,7 @@ a {
|
|
|
// 图
|
|
|
span {
|
|
|
margin: 0 aotu;
|
|
|
- // background-color: red;
|
|
|
border: transparent;
|
|
|
-
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
@@ -613,8 +600,6 @@ a {
|
|
|
img {
|
|
|
width: 34px;
|
|
|
height: 34px;
|
|
|
- // margin: 0 auto;
|
|
|
- // width: 100%;
|
|
|
}
|
|
|
}
|
|
|
// 文字
|