|
@@ -5,15 +5,23 @@
|
|
|
placeholder="查询流程"
|
|
|
v-model="keyword"
|
|
|
bg-color="#fff"
|
|
|
- margin="0 0 10rpx 0"
|
|
|
- :input-style="{fontSize: variables.mainFontSize}"
|
|
|
+ margin="16rpx 24rpx"
|
|
|
+ :input-style="{
|
|
|
+ fontSize: variables.mainFontSize,
|
|
|
+ padding: '0rpx 40rpx',
|
|
|
+ }"
|
|
|
:action-style="{fontSize: variables.mainFontSize}"
|
|
|
- :border-color="variables.mainColor"
|
|
|
+ :border-color="'#F2F2F2'"
|
|
|
+ :bg-color="'#F2F2F2'"
|
|
|
+ :height="74"
|
|
|
@search="() => searchKeyWord = keyword"
|
|
|
@custom="() => searchKeyWord = keyword"
|
|
|
+ :show-action="false"
|
|
|
+ input-align="center"
|
|
|
/>
|
|
|
+
|
|
|
<u-tabs
|
|
|
- font-size="24"
|
|
|
+ font-size="30"
|
|
|
:active-color="variables.mainColor"
|
|
|
inactive-color="#606266"
|
|
|
:current="current"
|
|
@@ -21,7 +29,7 @@
|
|
|
@change="handleChange"/>
|
|
|
<!-- 移动端只分两级, -->
|
|
|
<u-tabs
|
|
|
- font-size="24"
|
|
|
+ font-size="30"
|
|
|
:active-color="variables.mainColor"
|
|
|
inactive-color="#606266"
|
|
|
:current="childCurrent"
|
|
@@ -160,7 +168,18 @@
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- background-color: #fff;
|
|
|
- padding: 10rpx;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ .start-workflow-search {
|
|
|
+ background-color: #fff;
|
|
|
+ padding: 0 10rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ ::v-deep {
|
|
|
+ .u-content {
|
|
|
+ background-color: #F2F2F2 !important;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|