待办中心-项目法规任务

This commit is contained in:
刘彦泽
2023-03-20 11:37:30 +08:00
parent ea1eac487f
commit 52a9a17de5
2 changed files with 15 additions and 16 deletions
@@ -65,7 +65,7 @@
<span class="title-text-text" :title="$t('enclosure')">{{$t('enclosure')}}</span> <span class="title-text-text" :title="$t('enclosure')">{{$t('enclosure')}}</span>
</div> </div>
<a-form-model-item class="itemModel"> <a-form-model-item class="itemModel">
<a-button type="primary" class="button-text">{{$t('uploadattachment')}}</a-button> <a-button type="primary">{{$t('uploadattachment')}}</a-button>
</a-form-model-item> </a-form-model-item>
</div> </div>
</div> </div>
@@ -139,7 +139,7 @@
<span class="title-text-text" :title="$t('enclosure')">{{$t('enclosure')}}</span> <span class="title-text-text" :title="$t('enclosure')">{{$t('enclosure')}}</span>
</div> </div>
<a-form-model-item class="itemModel"> <a-form-model-item class="itemModel">
<a-button type="primary" class="button-text">{{$t('uploadattachment')}}</a-button> <a-button type="primary">{{$t('uploadattachment')}}</a-button>
</a-form-model-item> </a-form-model-item>
</div> </div>
</div> </div>
@@ -717,11 +717,11 @@
margin-top: 9px; margin-top: 9px;
} }
.box-input { //.box-input {
display: inline-block; // display: inline-block;
height: 38px; // height: 38px;
width: 100%; // width: 100%;
} //}
// //
//.button-text { //.button-text {
// height: 38px; // height: 38px;
@@ -739,7 +739,7 @@
.process-content-content { .process-content-content {
background: #fff; background: #fff;
z-index: 1000; z-index: 1;
padding: 0 20px; padding: 0 20px;
.process-content-left { .process-content-left {
@@ -760,17 +760,16 @@
overflow: hidden; overflow: hidden;
} }
.process-content-right-button { //.process-content-right-button {
max-width: 155px; // max-width: 155px;
font-size: 12px; // font-size: 12px;
font-weight: 400; // font-weight: 400;
color: #6F7385; // color: #6F7385;
margin-top: -4px; // margin-top: -4px;
} //}
} }
} }
.process-content-content:first-child { .process-content-content:first-child {
padding: 0 20px 0 0; padding: 0 20px 0 0;
} }