+
-
-
+
+
@@ -491,6 +480,7 @@ function refreshHandler(){
+
@@ -502,11 +492,9 @@ function refreshHandler(){
user-select: none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-
- /* Standard syntax */
}
-.remove{
+.remove {
cursor: pointer;
}
@@ -538,7 +526,7 @@ function refreshHandler(){
}
}
-.img{
+.img {
border-radius: 8px;
}
@@ -553,7 +541,7 @@ function refreshHandler(){
padding: 24px 0px 12px 0px;
}
- &-m32{
+ &-m32 {
margin-left: 32px;
}
@@ -636,21 +624,23 @@ function refreshHandler(){
}
}
-.wrapper-content-form-button{
+.wrapper-content-form-button {
cursor: pointer;
}
.img-fit {
- width: 100%;
- overflow: hidden;
- }
- .img-full {
- width: 100%;
- overflow: hidden;
- ::v-deep(img) {
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- }
+ width: 100%;
+ overflow: hidden;
+}
+
+.img-full {
+ width: 100%;
+ overflow: hidden;
+
+ ::v-deep(img) {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ }
+}
diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue
index 305ac53..8d7e2e7 100644
--- a/src/views/worksheet/content/Content.vue
+++ b/src/views/worksheet/content/Content.vue
@@ -607,11 +607,6 @@ function reloadList() {
-