Commit 67f60ca7 authored by 李苏's avatar 李苏 💬

修改bug erp app部分功能模块流程图的描述信息被压缩,导致出现竖立文字

parent 72b07f8e
...@@ -147,6 +147,7 @@ ...@@ -147,6 +147,7 @@
} }
.wrapper { .wrapper {
width: 100%!important;
position: relative; position: relative;
padding-left: 240rpx; padding-left: 240rpx;
top: -6rpx; top: -6rpx;
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<view class="title">流程</view> <view class="title">流程</view>
</view> </view>
<view class="cu-form-group padding-bottom "> <view class="cu-form-group padding-bottom ">
<view >
<view class="lccontent"> <view class="lccontent">
<mSidebar title="进度详情"> <mSidebar title="进度详情">
<view class="row"> <view class="row">
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</view> </view>
</mSidebar> </mSidebar>
</view> </view>
</view>
</view> </view>
</view> </view>
</view> </view>
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<view class="title">流程</view> <view class="title">流程</view>
</view> </view>
<view class="cu-form-group padding-bottom "> <view class="cu-form-group padding-bottom ">
<view >
<!-- <view class="cu-timeline " v-for="(item,index) in lc" :key="index"> <!-- <view class="cu-timeline " v-for="(item,index) in lc" :key="index">
<view class="cu-time" style="width: 80px;">{{item.nodeName}}</view> <view class="cu-time" style="width: 80px;">{{item.nodeName}}</view>
<view class="cu-item text-gray"> <view class="cu-item text-gray">
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</view> </view>
</view> </view>
</view> --> </view> -->
<view class="lccontent"> <view class="lccontent" >
<mSidebar title="进度详情"> <mSidebar title="进度详情">
<view class="row"> <view class="row">
<m-steps :wrapperTitle='(item.actionUserName+getAction(item.action))||""' v-for="(item, index) in lc" :item='item' :key="index" :index='index' :activity= 'activity' date='actionTime' > <m-steps :wrapperTitle='(item.actionUserName+getAction(item.action))||""' v-for="(item, index) in lc" :item='item' :key="index" :index='index' :activity= 'activity' date='actionTime' >
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
</view> </view>
</mSidebar> </mSidebar>
</view> </view>
</view>
</view> </view>
</view> </view>
</view> </view>
...@@ -250,6 +250,9 @@ ...@@ -250,6 +250,9 @@
</script> </script>
<style scoped> <style scoped>
.lccontent{
width: 100%;
}
*{ *{
font-size: 14px!important; font-size: 14px!important;
} }
......
...@@ -178,7 +178,6 @@ ...@@ -178,7 +178,6 @@
} }
} }
</script> </script>
<style scoped> <style scoped>
*{ *{
font-size: 14px!important; font-size: 14px!important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment