diff --git a/src/assets/style/style.css b/src/assets/style/style.css index ed13c331..89e535b7 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -1197,6 +1197,11 @@ i { .library_page .input_border inputinput::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.15); } +.collection_modal_body .input_border input.forbidden, +.design_detail_modal_component .input_border input.forbidden, +.library_page .input_border input.forbidden { + cursor: no-drop; +} .collection_modal_body .input_border span, .design_detail_modal_component .input_border span, .library_page .input_border span { diff --git a/src/assets/style/style.less b/src/assets/style/style.less index 5b1d3d3e..8e7c3734 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -1266,6 +1266,7 @@ i{ // color: rgb(255, 0, .7); border: 1px solid rgb(255, 0, .7); box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.2); + } span{ opacity: 1; @@ -1291,6 +1292,9 @@ i{ &input::-webkit-input-placeholder { color: rgba(0,0,0,.15); } + &.forbidden{ + cursor: no-drop; + } } span{ position: absolute; diff --git a/src/component/HomePage/PrintboardUpload.vue b/src/component/HomePage/PrintboardUpload.vue index ebb72abd..e3ac81ee 100644 --- a/src/component/HomePage/PrintboardUpload.vue +++ b/src/component/HomePage/PrintboardUpload.vue @@ -1205,8 +1205,7 @@ export default defineComponent({ } .input_box{ input{ - &.forbidden{ - } + } } .modal_img{ diff --git a/src/views/HomeMain.vue b/src/views/HomeMain.vue index b1b26a47..8024afd8 100644 --- a/src/views/HomeMain.vue +++ b/src/views/HomeMain.vue @@ -32,11 +32,7 @@ -
- - Administrator - -
+