浏览代码

学生-实习报告:添加边框样式

Xiao_123 1 月之前
父节点
当前提交
eab58761a9
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pagesA/student/internshipReport.vue

+ 2 - 1
pagesA/student/internshipReport.vue

@@ -96,7 +96,8 @@ const addReport = () => {
   width: 28%;
   height: 200rpx;
   margin: 10rpx;
-  border: 1px solid #f4f4f4;
+  border: 1px solid #00B760;
+  border-radius: 4px;
 }
 .wrapper{
   height: 84vh;