diff --git a/src/components/global.less b/src/components/global.less
index 929a6ab8..badaccb9 100644
--- a/src/components/global.less
+++ b/src/components/global.less
@@ -708,4 +708,8 @@ body {
.post-thum-remove {
margin-top: 16px;
}
+}
+
+.ant-calendar-picker{
+ width: 100%!important;
}
\ No newline at end of file
diff --git a/src/views/sheet/SheetEdit.vue b/src/views/sheet/SheetEdit.vue
index 0d1e4c92..9d1bc39d 100644
--- a/src/views/sheet/SheetEdit.vue
+++ b/src/views/sheet/SheetEdit.vue
@@ -48,18 +48,7 @@
>
-
-
- 开启
- 关闭
-
-
-
+
+
+
+ 开启
+ 关闭
+
+
{
+ attachmentApi.upload(formdata).then(response => {
var responseObject = response.data
if (responseObject.status === 200) {