|
@@ -17692,7 +17692,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.filebox .tooldetail {
|
|
.filebox .tooldetail {
|
|
- width: calc(100% - 100px);
|
|
|
|
|
|
+ width: calc(100% - 280px);
|
|
margin: 0px 12px;
|
|
margin: 0px 12px;
|
|
padding: 12px 25px 0 13px;
|
|
padding: 12px 25px 0 13px;
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
@@ -19135,6 +19135,13 @@ export default {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
border: 1px solid #ddebf8;
|
|
border: 1px solid #ddebf8;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.noWorksName{
|
|
|
|
+ background: #fff;
|
|
|
|
+ color: #0061FF;
|
|
|
|
+ border: 1px solid #0061FF;
|
|
|
|
+}
|
|
|
|
+
|
|
.isWorksName2 {
|
|
.isWorksName2 {
|
|
width: 100px;
|
|
width: 100px;
|
|
height: 40px;
|
|
height: 40px;
|