bding 1 سال پیش
والد
کامیت
4a8cd7f362

+ 1 - 1
src/views/rai_manage/reportManage/components/specialDlg.vue

@@ -122,7 +122,7 @@ export default {
       }
     },
     changeHandler() {
-      if (!this.keyAuthor) return this.$message.error("请输入驳回原因");
+      if (!this.keyAuthor) return;
       this.isShowKey = this.companyList.some((item) => item.value === this.keyAuthor);
     },
     selectCompany() {

+ 7 - 3
src/views/rai_manage/reportManage/yanXuanSpecial.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="container yanxuan-special">
+  <div class="container yanxuan-special_container">
     <div class="author-content">
       <div class="top">
         <div>专栏作者</div>
@@ -194,11 +194,11 @@ export default {
   },
 };
 </script>
-<style scoped lang="scss">
+<style lang="scss">
 div {
   box-sizing: border-box;
 }
-.yanxuan-special {
+.yanxuan-special_container {
   display: flex;
   justify-content: space-between;
   .author-content {
@@ -286,6 +286,10 @@ div {
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 8;
+      img {
+        width: 100%;
+        max-height: 300px;
+      }
     }
     .look-all-txt {
       color: #409eff;