|
|
@@ -1175,7 +1175,7 @@
|
|
|
/>
|
|
|
<div style="margin: 5px 0">{{ lang.ssQa }}</div>
|
|
|
<div class="upload_toolBtn" v-if="tType == 1"
|
|
|
- :style="{ right: lang.lang == 1 ? '220px' : '135px' }"
|
|
|
+ :style="{ right: lang.lang == 'com' ? '220px' : '135px' }"
|
|
|
@click="openChoseWorksDetailDialog(tooC,toolIndex,taskCount,15)"
|
|
|
style="position: absolute;top: -45px;height: 40px;display: flex;align-items: center;justify-content: center;background: #409EFF;">
|
|
|
{{ lang.ssAnalyze }}
|
|
|
@@ -27088,6 +27088,7 @@ export default {
|
|
|
|
|
|
.addPoint > div {
|
|
|
display: flex;
|
|
|
+ width: 85px;
|
|
|
flex-direction: column;
|
|
|
flex-wrap: nowrap;
|
|
|
align-items: center;
|
|
|
@@ -30042,7 +30043,9 @@ ol {
|
|
|
cursor: pointer;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
-
|
|
|
+.gjCss > div:nth-child(1){
|
|
|
+ flex-shrink: 0;
|
|
|
+}
|
|
|
.toolChild > div {
|
|
|
position: relative;
|
|
|
width: 100%;
|